mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-29 07:53:23 +00:00
fix: Ajout d'un champ is_required pour les documents parents facultatifs
This commit is contained in:
@ -8,6 +8,7 @@ const CheckBox = ({
|
||||
itemLabelFunc = () => null,
|
||||
horizontal,
|
||||
}) => {
|
||||
console.log(formData);
|
||||
const isChecked = formData[fieldName].includes(parseInt(item.id));
|
||||
return (
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user