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

View File

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