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 29cd7aa commit d8f128dCopy full SHA for d8f128d
site/src/pages/WorkspaceSettingsPage/WorkspaceSettingsPage.tsx
@@ -39,7 +39,7 @@ const WorkspaceSettingsPage = () => {
39
isLoading={isLoading}
40
isSubmitting={updateSettings.isLoading}
41
settings={settings}
42
- onCancel={() => navigate(-1)}
+ onCancel={() => navigate(`/@${username}/${workspaceName}`)}
43
onSubmit={updateSettings.mutate}
44
/>
45
</>
0 commit comments