From 8bb1074aebd3da90839f0982e71190e1bcf8723c Mon Sep 17 00:00:00 2001 From: Maxime Lalo Date: Fri, 12 May 2023 11:17:22 +0200 Subject: [PATCH] :bug: Wording archived folders --- .../Layouts/FolderArchived/FolderInformation/index.tsx | 8 ++++---- src/front/Components/Layouts/FolderArchived/index.tsx | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/front/Components/Layouts/FolderArchived/FolderInformation/index.tsx b/src/front/Components/Layouts/FolderArchived/FolderInformation/index.tsx index 36d8aafc..41c653f3 100644 --- a/src/front/Components/Layouts/FolderArchived/FolderInformation/index.tsx +++ b/src/front/Components/Layouts/FolderArchived/FolderInformation/index.tsx @@ -1,17 +1,17 @@ import ChevronIcon from "@Assets/Icons/chevron.svg"; +import Folders, { IPutFoldersParams } from "@Front/Api/LeCoffreApi/SuperAdmin/Folders/Folders"; import Button, { EButtonVariant } from "@Front/Components/DesignSystem/Button"; import FolderBoxInformation, { EFolderBoxInformationType } from "@Front/Components/DesignSystem/FolderBoxInformation"; import QuantityProgressBar from "@Front/Components/DesignSystem/QuantityProgressBar"; import Typography, { ITypo, ITypoColor } from "@Front/Components/DesignSystem/Typography"; import DefaultNotaryDashboard, { IDashBoardFolder } from "@Front/Components/LayoutTemplates/DefaultNotaryDashboard"; +import Module from "@Front/Config/Module"; +import { OfficeFolder } from "le-coffre-resources/dist/Customer"; import { NextRouter, useRouter } from "next/router"; import BasePage from "../../Base"; import classes from "./classes.module.scss"; import ClientSection from "./ClientSection"; -import { OfficeFolder } from "le-coffre-resources/dist/Customer"; -import Folders, { IPutFoldersParams } from "@Front/Api/LeCoffreApi/SuperAdmin/Folders/Folders"; -import Module from "@Front/Config/Module"; type IProps = {}; @@ -93,7 +93,7 @@ class FolderInformationClass extends BasePage { Informations du dossier
- Vous n'avez aucun dossier archivé + Aucun dossier sélectionné
diff --git a/src/front/Components/Layouts/FolderArchived/index.tsx b/src/front/Components/Layouts/FolderArchived/index.tsx index 68c3b4a1..7b71e800 100644 --- a/src/front/Components/Layouts/FolderArchived/index.tsx +++ b/src/front/Components/Layouts/FolderArchived/index.tsx @@ -8,7 +8,7 @@ type IState = { selectedFolder: IDashBoardFolder | null; isArchivedModalOpen: boolean; }; -export default class Folder extends BasePage { +export default class FolderArchived extends BasePage { public constructor(props: IProps) { super(props); this.state = { @@ -31,7 +31,7 @@ export default class Folder extends BasePage { Informations du dossier
- Vous n'avez aucun dossier archivé + Aucun dossier sélectionné