From 690c76ac7912f45b4e46ff722da9941a9bcce042 Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Sat, 24 Jan 2026 11:31:05 +0700 Subject: [PATCH] Fix product selection from map offer click - Use GetOffer to fetch productUuid (not in cluster data) - Handle both uuid and id properties from clusters - Skip cluster items (id starts with 'cluster-') --- app/pages/catalog/index.vue | 38 +++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/app/pages/catalog/index.vue b/app/pages/catalog/index.vue index fbb778a..d3f8e25 100644 --- a/app/pages/catalog/index.vue +++ b/app/pages/catalog/index.vue @@ -44,7 +44,7 @@