From 80ef61942497eb6d3300a2ff66ddb6b644cef89a Mon Sep 17 00:00:00 2001 From: MauserBitfly <125363940+MauserBitfly@users.noreply.github.com> Date: Tue, 26 Mar 2024 08:11:21 +0100 Subject: [PATCH] fix error caused by dashboard group count (#149) * fix error caused by dashboard group count --- frontend/components/dashboard/group/GroupSelection.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/components/dashboard/group/GroupSelection.vue b/frontend/components/dashboard/group/GroupSelection.vue index 93884060f..249f35499 100644 --- a/frontend/components/dashboard/group/GroupSelection.vue +++ b/frontend/components/dashboard/group/GroupSelection.vue @@ -1,4 +1,5 @@