Skip to content

feat(site): add batch actions to the workspaces page #9091

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Aug 15, 2023
Merged
Prev Previous commit
Next Next commit
Fix verbiage
  • Loading branch information
BrunoQuaresma committed Aug 10, 2023
commit ce38d74d22cd9201cf49f2439bbd330b10e57d09
2 changes: 1 addition & 1 deletion site/src/pages/WorkspacesPage/WorkspacesPageView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export const WorkspacesPageView: FC<
<Box>
Selected <strong>{checkedWorkspaces.length}</strong> of{" "}
<strong>{workspaces?.length}</strong>{" "}
{checkedWorkspaces.length === 1 ? "workspace" : "workspaces"}
{workspaces?.length === 1 ? "workspace" : "workspaces"}
</Box>

<Box sx={{ position: "absolute", right: 0 }}>
Expand Down