feat: marketplaces editor in clients page
This commit is contained in:
@ -11,7 +11,7 @@ import {
|
||||
Textarea,
|
||||
TextInput,
|
||||
} from "@mantine/core";
|
||||
import { useClientsCrud } from "@/app/clients/hooks/useClientsCrud";
|
||||
import { useClientsCrud } from "@/app/clients/hooks/cruds/useClientsCrud";
|
||||
import FormFlexRow from "@/components/ui/FormFlexRow/FormFlexRow";
|
||||
import useIsMobile from "@/hooks/utils/useIsMobile";
|
||||
import { ClientSchema } from "@/lib/client";
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
import { FC, useEffect, useMemo, useState } from "react";
|
||||
import { Text } from "@mantine/core";
|
||||
import useClientsList from "@/app/clients/hooks/useClientsList";
|
||||
import useClientsList from "@/app/clients/hooks/lists/useClientsList";
|
||||
import ObjectSelect, {
|
||||
ObjectSelectProps,
|
||||
} from "@/components/selects/ObjectSelect/ObjectSelect";
|
||||
|
||||
@ -0,0 +1,7 @@
|
||||
enum BaseMarketplaceType {
|
||||
WILDBERRIES = 1,
|
||||
OZON,
|
||||
YANDEX_MARKET,
|
||||
}
|
||||
|
||||
export default BaseMarketplaceType;
|
||||
Reference in New Issue
Block a user