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