Skip to content

Commit

Permalink
v5 javascript updates (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisintech authored and S3Prototype committed Apr 12, 2024
1 parent e25e23e commit 275d77e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/references/javascript/clerk/create-organization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ All props below are optional.
| Name | Type | Description |
| --- | --- | --- |
| `afterCreateOrganizationUrl` | `string` | Full URL or path to navigate after creating a new organization. |
| `routing` | `'hash' \| 'path' \| 'virtual'` | The routing strategy for your pages. Defaults to `'path'`. |
| `path` | `string` | The path where the component is mounted when path-based routing is used.<br />For example, `/create-org`<br />This prop is ignored in hash- and virtual-based routing. |
| `routing` | `'hash' \| 'path' \| 'virtual'` | The routing strategy for your pages.|
| `path` | `string` | The path where the component is mounted when path-based routing is used. -e.g. /create-org. This prop is ignored in hash and virtual based routing. |
| `appearance` | <code>[Appearance](/docs/components/customization/overview) \| undefined</code> | Optional object to style your components. Will only affect [Clerk Components][components-ref] and not [Account Portal][ap-ref] pages. |

[components-ref]: /docs/components/overview
Expand Down

0 comments on commit 275d77e

Please sign in to comment.