We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db1201b commit 42ee67cCopy full SHA for 42ee67c
site/src/pages/WorkspacesPage/WorkspacesTable.tsx
@@ -68,6 +68,7 @@ export const WorkspacesTable: FC<WorkspacesTableProps> = ({
68
>
69
<Box sx={{ display: "flex", alignItems: "center", gap: 1 }}>
70
<Checkbox
71
+ disabled={!workspaces || workspaces.length === 0}
72
checked={checkedWorkspaces.length === workspaces?.length}
73
size="small"
74
onChange={(_, checked) => {
0 commit comments