@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.
|
@@ -6049,6 +6049,7 @@ var Form = function Form(_ref) {
|
|
|
6049
6049
|
resetPanelState = _useUtilityStore.resetPanelState;
|
|
6050
6050
|
var submitForm = function submitForm(values, formikBag) {
|
|
6051
6051
|
var payload = buildPayload(data, values);
|
|
6052
|
+
resetPanelState();
|
|
6052
6053
|
handleSubmit(payload, formikBag);
|
|
6053
6054
|
};
|
|
6054
6055
|
var initialValues = react.useMemo(function () {
|