-
Notifications
You must be signed in to change notification settings - Fork 814
fix(flow): fix chat mode toggle #6870
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Claude finished @centdix's task —— View job PR ReviewTodo List:
OverviewThis PR fixes the chat mode toggle by changing the event handler from Code AnalysisChange Summary: - on:change={handleToggleChatMode}
+ on:click={(e) => {
+ e.preventDefault()
+ handleToggleChatMode()
+ }} ✅ What's Good
|
Deploying windmill with
|
Latest commit: |
a917f4d
|
Status: | ✅ Deploy successful! |
Preview URL: | https://cc9d7acf.windmill.pages.dev |
Branch Preview URL: | https://fg-fixchattoggle.windmill.pages.dev |
No description provided.