Thanks to visit codestin.com Credit goes to github.com
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 bf90dedCopy full SHA for bf90ded
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