We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730ed0a commit 77a1b46Copy full SHA for 77a1b46
src/main/dialogs.js
@@ -91,7 +91,7 @@
91
92
// Remove error messages in top of form
93
if (typeof conf.submitErrorMessageCallback === 'function') {
94
- var $errorMessagesInTopOfForm = conf.submitErrorMessageCallback($form, conf);
+ var $errorMessagesInTopOfForm = conf.submitErrorMessageCallback($form, false, conf);
95
if ($errorMessagesInTopOfForm) {
96
$errorMessagesInTopOfForm.html('');
97
}
0 commit comments