diff --git a/app/components/chat/CommandPalette.vue b/app/components/chat/CommandPalette.vue index 56cf494..2e336f3 100644 --- a/app/components/chat/CommandPalette.vue +++ b/app/components/chat/CommandPalette.vue @@ -78,29 +78,24 @@ const commandPaletteUi = { close :ui="commandPaletteUi" :groups="messages" - :autofocus="false" + autofocus="false" icon="i-ph-paper-plane-tilt-duotone" :placeholder="t('palette.cmd.placeholder')" @update:model-value="onSelect" @update:open="openMessageModal = $event" > -