Skip to content

Commit bedab07

Browse files
committed
fixes checkbox after submitting changes
1 parent f4f9c14 commit bedab07

File tree

1 file changed

+1
-0
lines changed
  • app/layout/project/sidebar/scenario/grid-setup/features/target-spf/targets-spf-table

1 file changed

+1
-0
lines changed

app/layout/project/sidebar/scenario/grid-setup/features/target-spf/targets-spf-table/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ const TargetsSPFTable = ({
5757
theme="light"
5858
className="block h-4 w-4 checked:bg-blue-500"
5959
onChange={onSelectAll}
60+
checked={selectedIds.length === data.length}
6061
disabled={noDataCustom}
6162
/>
6263
</th>

0 commit comments

Comments
 (0)