indicator-ui 0.1.57 → 0.1.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -55949,7 +55949,7 @@ function useForm() {
|
|
|
55949
55949
|
case 1:
|
|
55950
55950
|
validForm = _context7.v;
|
|
55951
55951
|
if (validForm !== null) {
|
|
55952
|
-
_onSubmit === null || _onSubmit === void 0 || _onSubmit(validForm);
|
|
55952
|
+
_onSubmit === null || _onSubmit === void 0 || _onSubmit(validForm, event);
|
|
55953
55953
|
} else {
|
|
55954
55954
|
highlightFormErrors();
|
|
55955
55955
|
}
|