From 0b39d041142a47a7540c6810ca92c28f5972e01c Mon Sep 17 00:00:00 2001 From: popovspiridon99 Date: Fri, 19 Dec 2025 16:43:09 +0900 Subject: [PATCH] ObjectParameter default values --- client/src/components/map/ObjectParameter.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/map/ObjectParameter.tsx b/client/src/components/map/ObjectParameter.tsx index a95c975..5afcac0 100644 --- a/client/src/components/map/ObjectParameter.tsx +++ b/client/src/components/map/ObjectParameter.tsx @@ -92,7 +92,7 @@ const ObjectParameter = ({ - {values[0].value as string} + {values}