chore: Application du linter

This commit is contained in:
Luc SORIGNET
2025-05-12 10:34:47 +02:00
parent 23a593dbc7
commit 425e6d73e5
56 changed files with 1140 additions and 1469 deletions

View File

@ -1,3 +1,4 @@
import logger from '@/utils/logger';
import React from 'react';
const CheckBox = ({
@ -8,7 +9,7 @@ const CheckBox = ({
itemLabelFunc = () => null,
horizontal,
}) => {
console.log(formData);
logger.debug(formData);
// Vérifier si formData[fieldName] est un tableau ou une valeur booléenne
const isChecked = Array.isArray(formData[fieldName])