Skip to content

Commit

Permalink
fix add row
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Nov 7, 2023
1 parent 3efe75e commit f41f331
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/app/mirrors/create/tablemapping.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ const TableMapping = ({
const newRows = [...rows];
const index = newRows.findIndex((row) => row.source === source);
if (index >= 0) newRows[index].selected = true;
setRows(newRows);
};

const handleRemoveRow = (source: string) => {
Expand Down

0 comments on commit f41f331

Please sign in to comment.