chore(app): remove temporary model dialog trigger

This commit is contained in:
usrnk1
2026-07-13 20:51:08 +02:00
parent 5a87afdc56
commit 04b81fb0c5
@@ -1754,17 +1754,6 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
<ComposerAgentControl state={agentControlState()} />
</Show>
{props.toolbar}
<Show when={props.controls.newLayoutDesigns}>
<ButtonV2
type="button"
variant="ghost-muted"
size="normal"
class="shrink-0 [font-family:var(--v2-font-family-sans)] ![font-weight:440]"
onClick={modelControlState().onUnpaidClick}
>
Test model dialog
</ButtonV2>
</Show>
<ComposerModelControl state={modelControlState()} />
<Show when={!providersLoading() && store.mode !== "shell" && showVariantControl()}>
<div