@openg2p/registry-widgets 1.1.2-dev.1 → 1.1.2-dev.2
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.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -4774,7 +4774,7 @@ const SectionRenderer = ({ section, dataSourceRequestHandler: propDataSourceRequ
|
|
|
4774
4774
|
const sectionWidgets = collectWidgets(originalSection.panels);
|
|
4775
4775
|
const currentState = store.getState().widget;
|
|
4776
4776
|
const currentSchemaData = currentState.values || {};
|
|
4777
|
-
const isSectionValid = sectionValidate(originalSection, currentSchemaData, dispatch,
|
|
4777
|
+
const isSectionValid = sectionValidate(originalSection, currentSchemaData, dispatch, false);
|
|
4778
4778
|
if (!isSectionValid)
|
|
4779
4779
|
return;
|
|
4780
4780
|
const oldSchemaData = schemaData || contextSchemaData;
|