# DeleteBoardDialog

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/components/Boards/DeleteBoardDialog.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/Boards/DeleteBoardDialog.tsx#L19)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `open` | `boolean` | ✓ | - |
| `onClose` | `Function` | ✓ | - |
| `board` | `unknown | null` | ✓ | - |
| `onDeleted` | `Function` | - | - |

## Diagram

```mermaid
graph 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`
