diff --git a/src/front/Components/DesignSystem/Header/Profile/ProfileModal/index.tsx b/src/front/Components/DesignSystem/Header/Profile/ProfileModal/index.tsx index ba824a61..6612a016 100644 --- a/src/front/Components/DesignSystem/Header/Profile/ProfileModal/index.tsx +++ b/src/front/Components/DesignSystem/Header/Profile/ProfileModal/index.tsx @@ -1,8 +1,9 @@ -import React from "react"; -import classes from "./classes.module.scss"; -import NavigationLink from "../../NavigationLink"; import LogOutButton from "@Front/Components/DesignSystem/LogOutButton"; import Module from "@Front/Config/Module"; +import React from "react"; + +import NavigationLink from "../../NavigationLink"; +import classes from "./classes.module.scss"; type IProps = { isOpen: boolean; @@ -19,6 +20,34 @@ export default class ProfileModal extends React.Component {
+ + + + +
diff --git a/src/front/Components/Layouts/DeedTypes/DeedTypesInformations/index.tsx b/src/front/Components/Layouts/DeedTypes/DeedTypesInformations/index.tsx index 85d05fc5..ea85a5d1 100644 --- a/src/front/Components/Layouts/DeedTypes/DeedTypesInformations/index.tsx +++ b/src/front/Components/Layouts/DeedTypes/DeedTypesInformations/index.tsx @@ -8,6 +8,7 @@ import { IOption } from "@Front/Components/DesignSystem/Form/SelectField"; import MultiSelect from "@Front/Components/DesignSystem/MultiSelect"; import Typography, { ITypo, ITypoColor } from "@Front/Components/DesignSystem/Typography"; import DefaultDeedTypesDashboard from "@Front/Components/LayoutTemplates/DefaultDeedTypeDashboard"; +import Module from "@Front/Config/Module"; import classNames from "classnames"; import { DeedType, DocumentType } from "le-coffre-resources/dist/Admin"; import Image from "next/image"; @@ -17,7 +18,6 @@ import { useCallback, useEffect, useState } from "react"; import { MultiValue } from "react-select"; import classes from "./classes.module.scss"; -import Module from "@Front/Config/Module"; type IProps = {}; export default function DeedTypesInformations(props: IProps) { @@ -67,10 +67,12 @@ export default function DeedTypesInformations(props: IProps) {
Paramétrage des listes de pièces - + + +
{deedTypeSelected?.name}