1
0
Fork 0
mirror of synced 2024-09-20 19:33:10 +12:00

Fix placeholder icon when groups have no apps

This commit is contained in:
Andrew Kingston 2022-08-05 10:46:16 +01:00
parent a2dc49453f
commit aab0a72ef9

View file

@ -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>