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

Use 'app users' for users table title in new view nav bar

This commit is contained in:
Andrew Kingston 2024-09-18 11:48:50 +01:00
parent ba1cb32745
commit bb0fad8c9a
No known key found for this signature in database

View file

@ -191,7 +191,7 @@
on:contextmenu={openTableContextMenu}
>
<div class="nav-item__title">
{table.name}
{table._id === TableNames.USERS ? "App users" : table.name}
</div>
{#if tableSelectedBy}
<UserAvatars size="XS" users={tableSelectedBy} />