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 && }