Fix placeholder icon when groups have no apps
This commit is contained in:
parent
1f8c40c716
commit
638ff655fb
|
@ -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