<CreateWorkspaceForm /> is the workspace creation surface. It works like the organization form, but it also needs an organization scope so the new workspace is created in the right place.
Usage
The following example shows a basic usage of <CreateWorkspaceForm />.
export default function CreateWorkspacePage() { return <CreateWorkspaceForm organizationId="org_123" />;}
Properties
All properties are optional unless otherwise noted.
›
organizationId?: string | undefined;
The target organization scope for the new workspace.