# DuplicateDialog

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/app/desk/components/DeskDialogs.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/app/desk/components/DeskDialogs.tsx#L102)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `ticketNumber` | `number` | ✓ | - |
| `busy` | `boolean` | ✓ | - |
| `onSubmit` | `Function` | ✓ | - |
| `onClose` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_DuplicateDialog_774f45d7["DuplicateDialog"]
    class component_DuplicateDialog_774f45d7 rootComponent
```

## Relationships

- RENDERS → `Backdrop`
- USES_HOOK → `useState`
- USES_HOOK → `useRef`
- USES_HOOK → `useEffect`
