From 74d7baeffdc36f26c0bb81fa25e2ea45022db44d Mon Sep 17 00:00:00 2001 From: Vins Date: Tue, 19 Sep 2023 10:08:00 +0200 Subject: [PATCH] Update add collaborators archived --- .../FolderArchived/FolderInformation/index.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/front/Components/Layouts/FolderArchived/FolderInformation/index.tsx b/src/front/Components/Layouts/FolderArchived/FolderInformation/index.tsx index aa4a20bf..8376f0a4 100644 --- a/src/front/Components/Layouts/FolderArchived/FolderInformation/index.tsx +++ b/src/front/Components/Layouts/FolderArchived/FolderInformation/index.tsx @@ -12,6 +12,7 @@ import { NextRouter, useRouter } from "next/router"; import BasePage from "../../Base"; import classes from "./classes.module.scss"; import ClientSection from "./ClientSection"; +import Link from "next/link"; type IProps = {}; @@ -40,6 +41,9 @@ 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 { + const redirectPathEditCollaborators = Module.getInstance() + .get() + .modules.pages.Folder.pages.EditCollaborators.props.path.replace("[folderUid]", this.props.selectedFolderUid); return (
@@ -50,9 +54,11 @@ class FolderInformationClass extends BasePage {
Informations du dossier
- + + +