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 3c16b95 commit 0e933bbCopy full SHA for 0e933bb
site/pages/projects/[organization]/[project]/create.tsx
@@ -32,7 +32,7 @@ const CreateWorkspacePage: React.FC = () => {
32
33
const onSubmit = async (req: API.CreateWorkspaceRequest) => {
34
const workspace = await API.Workspace.create(req)
35
- await router.push(`/workspaces/${workspace.id}`)
+ await router.push(`/workspaces/${me.username}/${workspace.name}`)
36
return workspace
37
}
38
0 commit comments