impaktapps-ui-builder 1.0.123-testValidation → 1.0.123

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.
@@ -8871,16 +8871,7 @@ var pageMaster = (funcParams) => {
8871
8871
  );
8872
8872
  }
8873
8873
  },
8874
- saveHandler: async () => {
8875
- if (store2.ctx.core.errors.length > 0) {
8876
- store2.setValidation("ValidateAndShow");
8877
- store2.setNotify({
8878
- FailMessage: "Errors on page",
8879
- Fail: true
8880
- });
8881
- } else
8882
- await saveHandler(store2, service2, submitHandler);
8883
- },
8874
+ saveHandler: async () => await saveHandler(store2, service2, submitHandler),
8884
8875
  Edit_Components: Component(store2, dynamicData2, submitHandler, service2).editComponents,
8885
8876
  Delete_Components: async function() {
8886
8877
  await Component(store2, dynamicData2, submitHandler, service2).deleteComponents(false);