cat-qw-lib 1.0.4 → 1.0.5

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.
@@ -5792,12 +5792,7 @@ class QueueRecordTableComponent {
5792
5792
  this.selectedRowsData.emit(selection);
5793
5793
  }
5794
5794
  onRowClick(record) {
5795
- if (record && record._id) {
5796
- this.rowClick.emit(record._id);
5797
- }
5798
- else {
5799
- this.rowClick.emit(record);
5800
- }
5795
+ this.rowClick.emit(record);
5801
5796
  }
5802
5797
  onPaginationChange(event) {
5803
5798
  this.paginationChanged.emit(event);