cat-qw-lib 0.31.2 → 0.31.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.
@@ -739,9 +739,11 @@ class FormContainerComponent {
739
739
  });
740
740
  }
741
741
  handleSaveClick() {
742
+ console.log("7");
742
743
  this.onSave.emit();
743
744
  }
744
745
  handleCancelClick() {
746
+ console.log("8");
745
747
  this.onCancel.emit();
746
748
  }
747
749
  handleCreateBtnClick() { }