Skip to content

feat(site): make workspace batch deletion GA #9313

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 10 commits into from
Aug 30, 2023
Prev Previous commit
Next Next commit
Improve verbiage
  • Loading branch information
BrunoQuaresma committed Aug 24, 2023
commit c8f436917256d0f11bf91854559dd287487cf03d
2 changes: 1 addition & 1 deletion site/src/pages/WorkspacesPage/WorkspacesPageView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export const WorkspacesPageView: FC<
startIcon={<DeleteOutlined />}
onClick={onDeleteAll}
>
Delete all
Delete selected
</Button>
</Box>
</>
Expand Down