@flowerforce/flower-core 3.1.2-beta.7 → 3.1.2-beta.9
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.cjs.js +2 -1
- package/dist/index.esm.js +2 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
@@ -666,7 +666,8 @@ const FlowerCoreReducers = {
|
|
666
666
|
});
|
667
667
|
_unset(state, [payload.flowName, 'form', payload.id, 'touches']);
|
668
668
|
_unset(state, [payload.flowName, 'form', payload.id, 'dirty']);
|
669
|
-
_unset(state, [payload.flowName, 'form', payload.id, '
|
669
|
+
_unset(state, [payload.flowName, 'form', payload.id, 'isDirty']);
|
670
|
+
_unset(state, [payload.flowName, 'form', payload.id, 'isSubmitted']);
|
670
671
|
},
|
671
672
|
node: (state, { payload }) => {
|
672
673
|
const { name, history } = payload;
|
package/dist/index.esm.js
CHANGED
@@ -664,7 +664,8 @@ const FlowerCoreReducers = {
|
|
664
664
|
});
|
665
665
|
_unset(state, [payload.flowName, 'form', payload.id, 'touches']);
|
666
666
|
_unset(state, [payload.flowName, 'form', payload.id, 'dirty']);
|
667
|
-
_unset(state, [payload.flowName, 'form', payload.id, '
|
667
|
+
_unset(state, [payload.flowName, 'form', payload.id, 'isDirty']);
|
668
|
+
_unset(state, [payload.flowName, 'form', payload.id, 'isSubmitted']);
|
668
669
|
},
|
669
670
|
node: (state, { payload }) => {
|
670
671
|
const { name, history } = payload;
|