mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-06-08 08:34:20 +02:00
Add Mercredi as a day choice
This commit is contained in:
parent
5b9c12cd7e
commit
90571c59ea
@ -6,7 +6,7 @@ import { fetchVolunteerDayWishesSet } from "../../store/volunteerDayWishesSet"
|
|||||||
import useAction from "../../utils/useAction"
|
import useAction from "../../utils/useAction"
|
||||||
import { VolunteerDayWishes } from "../../services/volunteers"
|
import { VolunteerDayWishes } from "../../services/volunteers"
|
||||||
|
|
||||||
const daysWishesUtils = ["Jeudi", "Vendredi", "Samedi", "Dimanche", "Lundi"]
|
const daysWishesUtils = ["Mercredi", "Jeudi", "Vendredi", "Samedi", "Dimanche", "Lundi"]
|
||||||
|
|
||||||
export const daysChoice = daysWishesUtils.map((label) => ({
|
export const daysChoice = daysWishesUtils.map((label) => ({
|
||||||
id: label[0],
|
id: label[0],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user