Users are on this screen to select a merge target, which they do by
selecting a cell in the Merge Target column. The grid selector
checkboxes are confusing and useless (they don't support the purpose of
this screen and there are no supported actions for selected rows).
Signed-off-by: Jeff Davis <jeff.davis@bc.libraries.coop>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
<ng-container *ngIf="queueType == 'bib'">
<eg-grid #bibGrid [dataSource]="bibDataSource"
(onRowClick)="matchRowClick($event)"
- [disableMultiSelect]="true">
+ [disableSelect]="true" [disableMultiSelect]="true">
<!--
<eg-grid-toolbar-action i18n-label label="Mark As Overlay Target"
[action]="markOverlayTarget">