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 515e55d commit 02998f1Copy full SHA for 02998f1
site/pages/projects/[organization]/[project]/create.tsx
@@ -27,7 +27,7 @@ const CreateWorkspacePage: React.FC = () => {
27
}
28
29
const onCancel = async () => {
30
- await router.push(`/projects/${organization}/${project}`)
+ await router.push(`/projects/${organization}/${projectName}`)
31
32
33
const onSubmit = async (req: API.CreateWorkspaceRequest) => {
0 commit comments