Kind: Component
Source: atloria-monorepo/apps/web/src/components/Categories/CategoryModal.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
isOpen | boolean | ✓ | - |
onClose | Function | ✓ | - |
onSuccess | Function | ✓ | - |
projectId | string | ✓ | - |
category | `Category | null` | - |
parentId | `string | null` | - |
mode | `unknown | unknown` | ✓ |
Diagram
mermaidgraph TD component_CategoryModal_1150262f["CategoryModal"] class component_CategoryModal_1150262f rootComponent
Relationships
- RENDERS →
XMarkIcon - USES_HOOK →
useAPIClient - USES_HOOK →
useState - USES_HOOK →
useEffect
Was this page helpful?