chore: cleanup

This commit is contained in:
Adam
2026-02-19 12:47:23 -06:00
parent 0603cc4295
commit 3ccd35851c
+1 -1
View File
@@ -1354,7 +1354,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
</TooltipKeybind>
</Show>
</div>
<div class="shrink-0" data-component="prompt-mode-toggle">
<div class="shrink-0">
<RadioGroup
options={["shell", "normal"] as const}
current={store.mode}