Hide namespace options for pseudo namespaces

This commit is contained in:
kolaente 2021-01-29 00:05:43 +01:00
parent fd88627862
commit ba033e17b3
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 3 deletions

View File

@ -64,9 +64,7 @@
{{ n.title }} ({{ n.lists.filter(l => !l.isArchived).length }})
</span>
</label>
<div class="actions">
<namespace-settings-dropdown :namespace="n"/>
</div>
<namespace-settings-dropdown :namespace="n" v-if="n.id > 0"/>
</div>
<input
:id="n.id + 'checker'"