cat-qw-lib 2.6.36 → 2.6.38

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.
@@ -4478,6 +4478,11 @@ class WidgetAdminFormComponent extends BaseFormComponent {
4478
4478
  },
4479
4479
  });
4480
4480
  }
4481
+ handleCancel() {
4482
+ if (this.baseStore)
4483
+ this.baseStore.missingFields = [];
4484
+ this.onCancel.emit();
4485
+ }
4481
4486
  handleAddRecord() {
4482
4487
  if (!this.record || Object.keys(this.record).length === 0)
4483
4488
  return;