# EditableDescription

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/app/settings/issues/[ticketId]/page.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/app/settings/issues/[ticketId]/page.tsx#L305)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `text` | `string` | ✓ | - |
| `sectionHeading` | `string` | - | - |
| `onSave` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_EditableDescription_be7c90f["EditableDescription"]
    class component_EditableDescription_be7c90f rootComponent
```

## Relationships

- RENDERS → `LinkIcon`
- RENDERS → `motion-div`
- RENDERS → `ChevronDownIcon`
- USES_HOOK → `useState`
- USES_HOOK → `useEffect`

## Referenced By

- `IssueDetailPageInner` (RENDERS)
