You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found a bug? Please fill out the sections below. 👍
Issue Summary
The Save button in the workflow editor remains enabled and clickable even when no changes have been made to the workflow. Users can repeatedly click the Save button without making any modifications, which triggers unnecessary API calls and displays "Changes saved" success messages each time
Steps to Reproduce
Go to Workflows page (/workflows)
Click on any existing workflow to edit it
Wait for the workflow editor to fully load
Do not make any changes to the workflow (name, trigger, steps, etc.)
Click the "Save" button
Observe the success toast message "Workflow updated successfully"
Notice the Save button becomes enabled again immediately
Actual Results
The Save button is always enabled even when the form has no unsaved changes
Expected Results
The Save button should be disabled when the form has no unsaved changes
Found a bug? Please fill out the sections below. 👍
Issue Summary
The Save button in the workflow editor remains enabled and clickable even when no changes have been made to the workflow. Users can repeatedly click the Save button without making any modifications, which triggers unnecessary API calls and displays "Changes saved" success messages each time
Steps to Reproduce
/workflows)Actual Results
Expected Results
Evidence
Recording.2025-12-17.175843.1.mp4