Skip to content

Commit 42ee67c

Browse files
committed
Add minor improvements
1 parent db1201b commit 42ee67c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/pages/WorkspacesPage/WorkspacesTable.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export const WorkspacesTable: FC<WorkspacesTableProps> = ({
6868
>
6969
<Box sx={{ display: "flex", alignItems: "center", gap: 1 }}>
7070
<Checkbox
71+
disabled={!workspaces || workspaces.length === 0}
7172
checked={checkedWorkspaces.length === workspaces?.length}
7273
size="small"
7374
onChange={(_, checked) => {

0 commit comments

Comments
 (0)