From b4ea04094654d39ee27aa26f673546c016bea04a Mon Sep 17 00:00:00 2001 From: Nastya Date: Sun, 2 Jun 2024 01:42:52 +0300 Subject: [PATCH] amo fix id --- src/components/CustomRadioGroup/CustomRadioGroup.tsx | 2 +- src/components/CustomSelect/CustomSelect.tsx | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/CustomRadioGroup/CustomRadioGroup.tsx b/src/components/CustomRadioGroup/CustomRadioGroup.tsx index 335d0f8b..072a981c 100644 --- a/src/components/CustomRadioGroup/CustomRadioGroup.tsx +++ b/src/components/CustomRadioGroup/CustomRadioGroup.tsx @@ -214,7 +214,7 @@ export const CustomRadioGroup: FC = ({ textOverflow: "ellipsis" } }} - value={pipeline.ID} + value={pipeline.AmoID} control={ = ({ selectedItem, setSelectedItem, @@ -89,6 +90,8 @@ export const CustomSelect: FC = ({ const menuItems = useMemo(() => { if (type === "typeUsers" && users && users.length !== 0) { + console.log(type) + console.log(users) return users.map((user) => (