chore: cleanup
This commit is contained in:
@@ -1354,7 +1354,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
|
|||||||
</TooltipKeybind>
|
</TooltipKeybind>
|
||||||
</Show>
|
</Show>
|
||||||
</div>
|
</div>
|
||||||
<div class="shrink-0" data-component="prompt-mode-toggle">
|
<div class="shrink-0">
|
||||||
<RadioGroup
|
<RadioGroup
|
||||||
options={["shell", "normal"] as const}
|
options={["shell", "normal"] as const}
|
||||||
current={store.mode}
|
current={store.mode}
|
||||||
|
|||||||
Reference in New Issue
Block a user