chore(CommandPalette): improve component

This commit is contained in:
Benjamin Canac
2022-07-18 17:31:54 +02:00
parent d9f08b99ca
commit b44e3af422
2 changed files with 6 additions and 15 deletions

View File

@@ -9,7 +9,6 @@ export interface Command {
avatar?: string
chip?: string
disabled?: boolean
prevent?: boolean
shortcuts?: string[]
}