diff --git a/src/front/Components/Layouts/Folder/AddClientToFolder/index.tsx b/src/front/Components/Layouts/Folder/AddClientToFolder/index.tsx index 74c5ac85..79ebff97 100644 --- a/src/front/Components/Layouts/Folder/AddClientToFolder/index.tsx +++ b/src/front/Components/Layouts/Folder/AddClientToFolder/index.tsx @@ -1,16 +1,17 @@ +import Button, { EButtonVariant } from "@Front/Components/DesignSystem/Button"; +import Form from "@Front/Components/DesignSystem/Form"; +import InputField from "@Front/Components/DesignSystem/Form/Elements/InputField"; +import MultiSelect from "@Front/Components/DesignSystem/MultiSelect"; +import RadioBox from "@Front/Components/DesignSystem/RadioBox"; +import { IOption } from "@Front/Components/DesignSystem/Select"; +import Typography, { ITypo } from "@Front/Components/DesignSystem/Typography"; +import BackArrow from "@Front/Components/Elements/BackArrow"; import DefaultNotaryDashboard, { IDashBoardFolder } from "@Front/Components/LayoutTemplates/DefaultNotaryDashboard"; +import { useRouter } from "next/router"; +import { ActionMeta, MultiValue } from "react-select"; + import BasePage from "../../Base"; import classes from "./classes.module.scss"; -import Typography, { ITypo } from "@Front/Components/DesignSystem/Typography"; -import RadioBox from "@Front/Components/DesignSystem/RadioBox"; -import MultiSelect from "@Front/Components/DesignSystem/MultiSelect"; -import Button, { EButtonVariant } from "@Front/Components/DesignSystem/Button"; -import { ActionMeta, MultiValue } from "react-select"; -import { IOption } from "@Front/Components/DesignSystem/Select"; -import InputField from "@Front/Components/DesignSystem/Form/Elements/InputField"; -import Form from "@Front/Components/DesignSystem/Form"; -import { useRouter } from "next/router"; -import BackArrow from "@Front/Components/Elements/BackArrow"; type IProps = { selectedFolderUid: string; @@ -38,8 +39,8 @@ class AddClientToFolderClass extends BasePage { public override render(): JSX.Element { const selectOptions = [ { value: "adazzdsqaad", label: "john Doe" }, - { value: "adazzqsdaad", label: "jane Doe" }, - { value: "adazzqsdaad", label: "Marcelino Doe" }, + { value: "rijgreipgje", label: "jane Doe" }, + { value: "gipjerpogkzfe", label: "Marcelino Doe" }, ]; return (