@flowerforce/flower-core 3.1.2-beta.8 → 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 +1 -0
- package/dist/index.esm.js +1 -0
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
@@ -665,6 +665,7 @@ 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, 'dirty']);
|
668
669
|
_unset(state, [payload.flowName, 'form', payload.id, 'isDirty']);
|
669
670
|
_unset(state, [payload.flowName, 'form', payload.id, 'isSubmitted']);
|
670
671
|
},
|
package/dist/index.esm.js
CHANGED
@@ -663,6 +663,7 @@ 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, 'dirty']);
|
666
667
|
_unset(state, [payload.flowName, 'form', payload.id, 'isDirty']);
|
667
668
|
_unset(state, [payload.flowName, 'form', payload.id, 'isSubmitted']);
|
668
669
|
},
|