Skip to content

Commit c2c8b2f

Browse files
minor change
1 parent 50327ee commit c2c8b2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/app/mirrors/create/cdc/tablemapping.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ const TableMapping = ({
217217
}
218218
action={
219219
<Checkbox
220+
checked={row.selected}
220221
onCheckedChange={(state: boolean) =>
221222
handleTableSelect(state, row.source)
222223
}

0 commit comments

Comments
 (0)