Skip to content

Commit

Permalink
fixes checkbox after submitting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgnlez committed Sep 10, 2024
1 parent f4f9c14 commit bedab07
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const TargetsSPFTable = ({
theme="light"
className="block h-4 w-4 checked:bg-blue-500"
onChange={onSelectAll}
checked={selectedIds.length === data.length}
disabled={noDataCustom}
/>
</th>
Expand Down

0 comments on commit bedab07

Please sign in to comment.