Kind: Component
Source: atloria-monorepo/apps/web/src/components/Boards/CreateBoardDialog.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
open | boolean | ✓ | - |
onClose | Function | ✓ | - |
onCreated | Function | - | - |
duplicateFrom | `unknown | null` | - |
Diagram
mermaidgraph TD component_CreateBoardDialog_786a7a20["CreateBoardDialog"] class component_CreateBoardDialog_786a7a20 rootComponent
Relationships
- RENDERS →
Modal - USES_HOOK →
useSession - USES_HOOK →
useAPIClient - USES_HOOK →
useCurrentProjectId - USES_HOOK →
useRouter - USES_HOOK →
useBoardsToast - USES_HOOK →
useState - USES_HOOK →
useEffect
Was this page helpful?