diff --git a/src/front/Components/Layouts/Folder/CreateFolder/index.tsx b/src/front/Components/Layouts/Folder/CreateFolder/index.tsx index 6025b7e1..86df8642 100644 --- a/src/front/Components/Layouts/Folder/CreateFolder/index.tsx +++ b/src/front/Components/Layouts/Folder/CreateFolder/index.tsx @@ -112,10 +112,7 @@ export default class CreateFolder extends BasePage { options={this.collaboratorsOptions} placeholder="Sélectionner les collaborateurs pouvant accéder au dossier" onChange={this.onCollaboratorsChange} - defaultValue={{ - label: "John Doe", - value: "john_doe", - }} + defaultValue={this.state.formValues.collaborators ?? []} /> )}