Fix placeholder icon when groups have no apps
This commit is contained in:
parent
a2dc49453f
commit
aab0a72ef9
|
@ -204,10 +204,7 @@
|
|||
</ListItem>
|
||||
{/each}
|
||||
{:else}
|
||||
<ListItem
|
||||
icon="UserGroup"
|
||||
title="This user group has access to no apps"
|
||||
/>
|
||||
<ListItem icon="Apps" title="This user group has access to no apps" />
|
||||
{/if}
|
||||
</List>
|
||||
</Layout>
|
||||
|
|
Loading…
Reference in New Issue