mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 16:02:24 +00:00
fix chat toggle (#6870)
This commit is contained in:
@@ -473,7 +473,10 @@
|
||||
textClass="font-normal text-sm"
|
||||
size="sm"
|
||||
checked={chatInputEnabled}
|
||||
on:change={handleToggleChatMode}
|
||||
on:click={(e) => {
|
||||
e.preventDefault()
|
||||
handleToggleChatMode()
|
||||
}}
|
||||
options={{
|
||||
right: 'Chat Mode',
|
||||
rightTooltip:
|
||||
|
||||
Reference in New Issue
Block a user