From d51a6699371beea7dbf6ece3f5f4a74e12d261bd Mon Sep 17 00:00:00 2001 From: goodm2ice Date: Wed, 12 Jan 2022 20:48:51 +0500 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=BE=20=D0=B8=D0=B7=D0=B1=D0=B5=D0=B6?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D0=B5=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BE=D0=BA?= =?UTF-8?q?=20=D0=BF=D0=BE=D0=BB=D0=B5=20value=20=D0=B2=D0=BE=D0=B7=D0=B2?= =?UTF-8?q?=D1=80=D0=B0=D1=89=D0=B5=D0=BD=D0=BE=20=D0=B2=20WellTreeSelecto?= =?UTF-8?q?r?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/WellTreeSelector.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/WellTreeSelector.tsx b/src/components/WellTreeSelector.tsx index 960cf6e..dc2a4af 100644 --- a/src/components/WellTreeSelector.tsx +++ b/src/components/WellTreeSelector.tsx @@ -68,14 +68,17 @@ export const WellTreeSelector = () => { const wellsTree: TreeNodeData[] = deposits.map(deposit =>({ title: deposit.caption, key: `/deposit/${deposit.id}`, + value: `/deposit/${deposit.id}`, icon: , children: deposit.clusters?.map(cluster => ({ title: cluster.caption, key: `/cluster/${cluster.id}`, + value: `/cluster/${cluster.id}`, icon: , children: cluster.wells?.map(well => ({ title: well.caption, key: `/well/${well.id}`, + value: `/well/${well.id}`, icon: