Skip to content

Commit

Permalink
fix: study status
Browse files Browse the repository at this point in the history
  • Loading branch information
NyAndoMayah committed Jun 19, 2024
1 parent e0eccd3 commit 6573142
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/operations/docs/components/DocCreateDialog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ export const DocCreateDialog = ({type, owner, isOpen, toggle, refresh}) => {
<DateInput
source="commitment_end_date"
label="Date du fin de l'alternance"
required
fullWidth
/>
</Box>
Expand Down
1 change: 1 addition & 0 deletions src/operations/docs/components/SelectWorkStatus.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export const WORK_STATUS_VALUE = {
HAVE_BEEN_WORKING: "A été en alternance",
WILL_BE_WORKING: "Sera en alternance",
WORKING: "Est en alternance",
NOT_WORKING: "N'est pas en alternance",
};

const WORK_STATUS_CHOICES = mapToChoices(WORK_STATUS_VALUE);
Expand Down

0 comments on commit 6573142

Please sign in to comment.