Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbf90ded

Browse files
authored
fix: cancel button on create-workspace page wasn't going to the right place (#117)
1 parent515e55d commitbf90ded

File tree

1 file changed

+1
-1
lines changed
  • site/pages/projects/[organization]/[project]

1 file changed

+1
-1
lines changed

‎site/pages/projects/[organization]/[project]/create.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const CreateWorkspacePage: React.FC = () => {
2727
}
2828

2929
constonCancel=async()=>{
30-
awaitrouter.push(`/projects/${organization}/${project}`)
30+
awaitrouter.push(`/projects/${organization}/${projectName}`)
3131
}
3232

3333
constonSubmit=async(req:API.CreateWorkspaceRequest)=>{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp