🐛 same id for options
This commit is contained in:
parent
000b2111f5
commit
2845f82e64
@ -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 DefaultNotaryDashboard, { IDashBoardFolder } from "@Front/Components/LayoutTemplates/DefaultNotaryDashboard";
|
||||||
|
import { useRouter } from "next/router";
|
||||||
|
import { ActionMeta, MultiValue } from "react-select";
|
||||||
|
|
||||||
import BasePage from "../../Base";
|
import BasePage from "../../Base";
|
||||||
import classes from "./classes.module.scss";
|
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 = {
|
type IProps = {
|
||||||
selectedFolderUid: string;
|
selectedFolderUid: string;
|
||||||
@ -38,8 +39,8 @@ class AddClientToFolderClass extends BasePage<IProps, IState> {
|
|||||||
public override render(): JSX.Element {
|
public override render(): JSX.Element {
|
||||||
const selectOptions = [
|
const selectOptions = [
|
||||||
{ value: "adazzdsqaad", label: "john Doe" },
|
{ value: "adazzdsqaad", label: "john Doe" },
|
||||||
{ value: "adazzqsdaad", label: "jane Doe" },
|
{ value: "rijgreipgje", label: "jane Doe" },
|
||||||
{ value: "adazzqsdaad", label: "Marcelino Doe" },
|
{ value: "gipjerpogkzfe", label: "Marcelino Doe" },
|
||||||
];
|
];
|
||||||
return (
|
return (
|
||||||
<DefaultNotaryDashboard title={"Ajouter client(s)"} onSelectedFolder={this.onSelectedFolder}>
|
<DefaultNotaryDashboard title={"Ajouter client(s)"} onSelectedFolder={this.onSelectedFolder}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user