Skip to content

Commit

Permalink
fix duplicated error
Browse files Browse the repository at this point in the history
  • Loading branch information
Finz-Azmi committed Jul 20, 2023
1 parent 9fd9017 commit cc5ca75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.8.34",
"version": "0.8.35",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ const FormAutomationDialog: React.FC<IFormAutomationDialog> = ({
const handleClose = useCallback(() => {
form.setValues(initialFormValues);
triggerForm.setValues(initialTrigger);
form.setErrors(initialFormErrors)
triggerForm.setErrors(initialTriggerError)
setParameters([])
setTriggerParameters({});
setInputTriggers({
Expand Down

0 comments on commit cc5ca75

Please sign in to comment.