Skip to content

Commit

Permalink
set timeout fixing form validation error to 0 ms
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Büßemeyer authored and Michael Büßemeyer committed Dec 6, 2024
1 parent 6f58f26 commit 6e41c81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ class DatasetSettingsView extends React.PureComponent<PropsWithFormAndRouter, St
.validateFields()
.then((formValues) => this.submit(formValues))
.catch((errorInfo) => this.handleValidationFailed(errorInfo)),
1,
0,
);
};

Expand Down

0 comments on commit 6e41c81

Please sign in to comment.