fix: ensure workspace slug is updated on activation
This commit is contained in:
@@ -22,7 +22,7 @@ export function UpgradeToProConfirmation({
|
||||
"Content-Type": "application/json",
|
||||
},
|
||||
body: JSON.stringify({
|
||||
...(entityId && { workspaceSlug: entityId }),
|
||||
...(entityId && { slug: entityId }),
|
||||
workspacePublicId: workspacePublicId,
|
||||
cancelUrl: "/settings",
|
||||
successUrl: "/settings",
|
||||
|
||||
Reference in New Issue
Block a user