mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-21 00:02:30 +00:00
fix(ai-chat): size the chat/inputs toggle with a size ToggleButton accepts
`xs` is not one of them, and only the full `npm run check` type-checks a component's props — `check:fast` passed on it. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QN7VboDEm9HAB1t4sMxMdE
This commit is contained in:
co-authored by
Claude Opus 5
parent
88ddca32cf
commit
c9924f19aa
@@ -738,9 +738,9 @@
|
||||
{#if flowStore.val.value?.chat_input_enabled}
|
||||
<ToggleButtonGroup bind:selected={chatPanelTab} noWFull>
|
||||
{#snippet children({ item })}
|
||||
<ToggleButton size="xs" value="chat" label="Chat" icon={MessageCircle} {item} />
|
||||
<ToggleButton size="sm" value="chat" label="Chat" icon={MessageCircle} {item} />
|
||||
<ToggleButton
|
||||
size="xs"
|
||||
size="sm"
|
||||
value="inputs"
|
||||
label="Inputs"
|
||||
icon={Settings2}
|
||||
|
||||
Reference in New Issue
Block a user