From 411317375a28c2d62f8de0b59674881a1b33d8e3 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 22 Jul 2024 22:33:31 +0200 Subject: [PATCH] Add information in Groups.jsx --- .../Licenses/components/LicenseDialog/pages/Groups/Groups.jsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dashboard/src/states/Dashboard/pages/Licenses/components/LicenseDialog/pages/Groups/Groups.jsx b/dashboard/src/states/Dashboard/pages/Licenses/components/LicenseDialog/pages/Groups/Groups.jsx index 0d5b393..0acd7cf 100644 --- a/dashboard/src/states/Dashboard/pages/Licenses/components/LicenseDialog/pages/Groups/Groups.jsx +++ b/dashboard/src/states/Dashboard/pages/Licenses/components/LicenseDialog/pages/Groups/Groups.jsx @@ -56,6 +56,10 @@ export const Groups = ({setGroups, groups}) => { ))} + {onlineGroups.length === 0 && !loading && + No groups found + } + {loading && }