@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.js CHANGED
@@ -4775,7 +4775,7 @@ const SectionRenderer = ({ section, dataSourceRequestHandler: propDataSourceRequ
4775
4775
  const sectionWidgets = collectWidgets(originalSection.panels);
4776
4776
  const currentState = store.getState().widget;
4777
4777
  const currentSchemaData = currentState.values || {};
4778
- const isSectionValid = sectionValidate(originalSection, currentSchemaData, dispatch, true);
4778
+ const isSectionValid = sectionValidate(originalSection, currentSchemaData, dispatch, false);
4779
4779
  if (!isSectionValid)
4780
4780
  return;
4781
4781
  const oldSchemaData = schemaData || contextSchemaData;