fix(dashboard): Override defaults toggle save fixes NV-7112#10018
fix(dashboard): Override defaults toggle save fixes NV-7112#10018
Conversation
Co-authored-by: George Djabarov <djabarovgeorge@users.noreply.github.com>
|
Cursor Agent can help with this pull request. Just |
✅ Deploy preview added
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Caution Review failedThe pull request is closed. WalkthroughThe CustomStepControls component in the workflow editor has been modified to invoke Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
What changed? Why was the change needed?
The "Override code defined defaults" toggle in
custom-step-controls.tsxwas not triggering a save action when switched ON, causing the change to not persist. This PR adds a call tosaveForm({ forceSubmit: true });when the toggle is enabled to ensure the state is correctly saved.Screenshots
N/A
Slack Thread