refactor: tweak onboarding steps UX

This commit is contained in:
Henry
2026-04-03 00:00:18 +01:00
parent edc9e1254e
commit ac2d675934
3 changed files with 91 additions and 47 deletions

View File

@@ -127,7 +127,7 @@ export function NewWorkspaceForm() {
body: JSON.stringify({
slug: slug || undefined,
workspacePublicId: values.publicId,
cancelUrl: "/settings/workspace?upgrade=pro",
cancelUrl: window.location.pathname + window.location.search,
successUrl: "/boards",
}),
},