@@ -109,3 +118,10 @@ export default class AddClientToFolder extends BasePage
{
this.setState({ isExistingClientSelected: false, isNewClientSelected: true });
}
}
+
+export default function AddClientToFolder() {
+ const router = useRouter();
+ let { uid } = router.query;
+ uid = uid as string;
+ return ;
+}
diff --git a/src/front/Components/Layouts/FolderInformation/index.tsx b/src/front/Components/Layouts/FolderInformation/index.tsx
index 55907900..ee1b6d25 100644
--- a/src/front/Components/Layouts/FolderInformation/index.tsx
+++ b/src/front/Components/Layouts/FolderInformation/index.tsx
@@ -31,6 +31,7 @@ class FolderInformationClass extends BasePage {
}
// TODO: Message if the user has not created any folder yet
+ // TODO: get the selected folder from the api in componentDidMount
public override render(): JSX.Element {
return (