Skip to content

refactor(site): Refactor workspace schedule page #7069

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Apr 11, 2023
Merged
Prev Previous commit
Next Next commit
Fix cancel link
  • Loading branch information
BrunoQuaresma committed Apr 10, 2023
commit d8f128d16dc7b4aded55df4740ed1496da43e189
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const WorkspaceSettingsPage = () => {
isLoading={isLoading}
isSubmitting={updateSettings.isLoading}
settings={settings}
onCancel={() => navigate(-1)}
onCancel={() => navigate(`/@${username}/${workspaceName}`)}
onSubmit={updateSettings.mutate}
/>
</>
Expand Down