[ui] show groups in editable

feat/vaults
Tomáš Mládek 2022-02-07 15:36:59 +01:00
parent 641550d7ae
commit deac0beb05
No known key found for this signature in database
GPG Key ID: ED21612889E75EC5
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@
<Spinner centered /> <Spinner centered />
{/if} {/if}
</h2> </h2>
{#if groups?.length} {#if groups?.length || editable}
<section class="groups labelborder"> <section class="groups labelborder">
<header><h3>Groups</h3></header> <header><h3>Groups</h3></header>
<div class="content"> <div class="content">