8000 feat: show workspace name suggestions below the name field by aslilac · Pull Request #12001 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

feat: show workspace name suggestions below the name field #12001

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 5 commits into from
Feb 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
🧪
  • Loading branch information
aslilac committed Feb 2, 2024
commit b8de785b4d30c48f4e70ccbaed93247b74a161af
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ describe(`${useWorkspaceDuplication.name}`, () => {
const parsedParams = new URLSearchParams(router.state.location.search);
const extraMetadataEntries = [
["mode", "duplicate"],
["name", MockWorkspace.name],
["name", `${MockWorkspace.name}-copy`],
["version", MockWorkspace.template_active_version_id],
] as const;

Expand Down
0