@bigbinary/neeto-rules-frontend 2.5.15-beta-6 → 2.5.15-beta-7
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/NeetoRulesForm.js
CHANGED
|
@@ -6028,6 +6028,7 @@ var Form = function Form(_ref) {
|
|
|
6028
6028
|
resetPanelState = _useUtilityStore.resetPanelState;
|
|
6029
6029
|
var submitForm = function submitForm(values, formikBag) {
|
|
6030
6030
|
var payload = buildPayload(data, values);
|
|
6031
|
+
resetPanelState();
|
|
6031
6032
|
handleSubmit(payload, formikBag);
|
|
6032
6033
|
};
|
|
6033
6034
|
var initialValues = useMemo(function () {
|