Allow editing of unsubscribed lists on the UI

This commit is contained in:
Kailash Nadh 2021-02-13 18:05:31 +05:30
parent 2f6bd05ca0
commit 8e78b6418f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<b-tag v-for="l in selectedItems"
:key="l.id"
:class="l.subscriptionStatus"
:closable="!disabled && l.subscriptionStatus !== 'unsubscribed'"
:closable="true"
:data-id="l.id"
@close="removeList(l.id)">
{{ l.name }} <sup>{{ l.subscriptionStatus }}</sup>