From 55ab01892e667f2542153f97234a6b01d5f97637 Mon Sep 17 00:00:00 2001 From: Mamalizz Date: Sat, 24 May 2025 20:47:14 +0330 Subject: [PATCH] added title clickable --- frontend/components/global/ComboBox.vue | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/frontend/components/global/ComboBox.vue b/frontend/components/global/ComboBox.vue index 14b7b9c..19622a0 100644 --- a/frontend/components/global/ComboBox.vue +++ b/frontend/components/global/ComboBox.vue @@ -96,22 +96,29 @@ watch( /> - - {{ group.name }} - - + +
+ + {{ group.name }} + + +
+