mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-10 18:27:38 +00:00
UBERF-9662 Fix drive selector (#8271)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
parent
ed5983a9f8
commit
ccbb6abb7f
@ -23,7 +23,6 @@
|
||||
import drive from '../plugin'
|
||||
import { moveResources } from '../utils'
|
||||
|
||||
import DrivePresenter from './DrivePresenter.svelte'
|
||||
import ResourcePresenter from './ResourcePresenter.svelte'
|
||||
|
||||
export let value: Resource
|
||||
@ -81,7 +80,6 @@
|
||||
bind:space
|
||||
_class={drive.class.Drive}
|
||||
label={drive.string.Drive}
|
||||
component={DrivePresenter}
|
||||
iconWithEmoji={view.ids.IconWithEmoji}
|
||||
defaultIcon={drive.icon.Drive}
|
||||
kind={'regular'}
|
||||
|
Loading…
Reference in New Issue
Block a user