@openg2p/registry-widgets 1.1.4-dev.2 → 1.1.4-dev.4
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.js
CHANGED
|
@@ -4273,6 +4273,7 @@ const SectionsContainer = ({ sections, dataSourceRequestHandler: propDataSourceR
|
|
|
4273
4273
|
}
|
|
4274
4274
|
return results;
|
|
4275
4275
|
},
|
|
4276
|
+
hasUnsavedChanges: () => Object.values(sectionDirtyMapRef.current).some(Boolean),
|
|
4276
4277
|
};
|
|
4277
4278
|
}, [store, dispatch, safeSections]);
|
|
4278
4279
|
React.useEffect(() => {
|