Always show groups section in app access page
This commit is contained in:
parent
4ba2232c56
commit
324fcd19db
|
@ -217,7 +217,7 @@
|
|||
</Layout>
|
||||
{/if}
|
||||
|
||||
{#if $usersFetch.loaded && $licensing.groupsEnabled && appGroups.length}
|
||||
{#if $usersFetch.loaded && $licensing.groupsEnabled}
|
||||
<Layout noPadding gap="S">
|
||||
<div class="title">
|
||||
<Heading size="S">Groups</Heading>
|
||||
|
|
Loading…
Reference in New Issue