diff --git a/src/front/Components/Layouts/Folder/AddClientToFolder/index.tsx b/src/front/Components/Layouts/Folder/AddClientToFolder/index.tsx
index 143ab839..21cef1ba 100644
--- a/src/front/Components/Layouts/Folder/AddClientToFolder/index.tsx
+++ b/src/front/Components/Layouts/Folder/AddClientToFolder/index.tsx
@@ -190,18 +190,18 @@ export default function AddClientToFolder(props: IProps) {
name="client"
onChange={onExistingClientSelected}
checked={selectedOption === "existing_customer"}
- value={"existing client"}>
-