Modal for marking a day unavailable or setting custom hours
Opens pre-filled with custom_hours (10:00–14:00)
| Prop | Type | Default | Description |
|---|---|---|---|
date | Date | — | The date being overridden |
existingOverride | DateOverride | null | null | Pre-fill with existing data |
hostId | string | '' | Host ID for the override record |
onSave | (override: DateOverride) => void | — | Save callback |
onClose | () => void | — | Close/cancel callback |