fix: Fix all newline escapes in attributions page
This commit is contained in:
@@ -359,7 +359,8 @@ const AttributionsPage = () => {
|
||||
value={selectedGestionnairesSecondaires}
|
||||
options={gestionnaires.filter(g => g.id !== selectedGestionnairePrincipal?.id)}
|
||||
onChange={(e) => setSelectedGestionnairesSecondaires(e.value)}
|
||||
optionLabel="nom"`n itemTemplate={(option) => option ? `${option.prenom} ${option.nom}` : ''}
|
||||
optionLabel="nom"
|
||||
itemTemplate={(option) => option ? `${option.prenom} ${option.nom}` : ''}
|
||||
placeholder="Sélectionnez des gestionnaires secondaires"
|
||||
className="w-full"
|
||||
maxSelectedLabels={3}
|
||||
|
||||
Reference in New Issue
Block a user