UBERF-9662 Fix drive selector ()

Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
Alexander Onnikov 2025-03-19 15:06:21 +07:00 committed by GitHub
parent ed5983a9f8
commit ccbb6abb7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'}