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: