monkey-style-guide 2.0.114 → 2.0.115

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.
@@ -7442,6 +7442,9 @@ class MonkeyTableComponent {
7442
7442
  }
7443
7443
  ngOnChanges() {
7444
7444
  this.handleDataSource();
7445
+ if (this.selectedList) {
7446
+ this.list = this.selectedList;
7447
+ }
7445
7448
  }
7446
7449
  onHandleSelect(event, row) {
7447
7450
  const { callbackValidation } = this;