cat-qw-lib 2.1.28 → 2.1.30

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.
@@ -474,7 +474,7 @@ const FIELD_DISPLAY_NAMES = {
474
474
  riskRating: 'Risk Rating',
475
475
  appId: 'App. ID',
476
476
  brokerName: 'Broker',
477
- finance: 'Finance',
477
+ finance: 'Finance Amount',
478
478
  applicants: 'Company & Applicant(s)',
479
479
  securityAddress: 'Security',
480
480
  pending: 'Pending',
@@ -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) {