diff --git a/app/components/chat/CommandPalette.vue b/app/components/chat/CommandPalette.vue index 4b1470e..6b65a3d 100644 --- a/app/components/chat/CommandPalette.vue +++ b/app/components/chat/CommandPalette.vue @@ -82,7 +82,6 @@ const commandPaletteUi = { > @@ -93,7 +92,7 @@ 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"