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