mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-10 16:05:58 +00:00
nit script editor chat ai default mode on open
This commit is contained in:
@@ -575,6 +575,9 @@
|
||||
}}
|
||||
btnClasses="!text-violet-800 dark:!text-violet-400 border border-gray-200 dark:border-gray-600 bg-surface"
|
||||
on:click={() => {
|
||||
if (!aiChatManager.open) {
|
||||
aiChatManager.changeMode(AIMode.SCRIPT)
|
||||
}
|
||||
aiChatManager.toggleOpen()
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user