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