Skip to content

Commit

Permalink
CM-447: remove selected row if celll clicked
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan committed Apr 4, 2024
1 parent cd339cf commit 7f6a633
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/BeneficiaryDuplicatesTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ function BeneficiaryDuplicatesTable({

if (isCellClicked) {
clearCellSelection(rowIndex, header);
setSelectedRow(null);
return;
}

Expand Down

0 comments on commit 7f6a633

Please sign in to comment.