cat-qw-lib 2.1.35 → 2.1.37
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/fesm2022/cat-qw-lib.mjs
CHANGED
|
@@ -6674,6 +6674,7 @@ class QueueContainerComponent extends BaseContainerComponent {
|
|
|
6674
6674
|
this.searchText = SHARED.EMPTY;
|
|
6675
6675
|
this.currentSearchTerm = SHARED.EMPTY;
|
|
6676
6676
|
this.resetPage();
|
|
6677
|
+
this.clearSelection();
|
|
6677
6678
|
this.getQueueRecordsData();
|
|
6678
6679
|
}
|
|
6679
6680
|
onPaginationChanged(event) {
|