fix: update default option in DailySection component
- Changed default option from "task" to "meeting" in the DailySection input field for improved clarity and functionality.
This commit is contained in:
@@ -165,7 +165,7 @@ export function DailySection({
|
|||||||
disabled={saving}
|
disabled={saving}
|
||||||
placeholder="Ajouter une tâche..."
|
placeholder="Ajouter une tâche..."
|
||||||
options={addFormOptions}
|
options={addFormOptions}
|
||||||
defaultOption="task"
|
defaultOption="meeting"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</Card>
|
</Card>
|
||||||
|
|||||||
Reference in New Issue
Block a user