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