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