@openg2p/registry-widgets 1.1.2-dev.2 → 1.1.2-dev.3

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 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, false);
4777
+ const isSectionValid = sectionValidate(originalSection, currentSchemaData, dispatch, true);
4778
4778
  if (!isSectionValid)
4779
4779
  return;
4780
4780
  const oldSchemaData = schemaData || contextSchemaData;