Allow editing of unsubscribed lists on the UI
This commit is contained in:
parent
2f6bd05ca0
commit
8e78b6418f
|
@ -5,7 +5,7 @@
|
||||||
<b-tag v-for="l in selectedItems"
|
<b-tag v-for="l in selectedItems"
|
||||||
:key="l.id"
|
:key="l.id"
|
||||||
:class="l.subscriptionStatus"
|
:class="l.subscriptionStatus"
|
||||||
:closable="!disabled && l.subscriptionStatus !== 'unsubscribed'"
|
:closable="true"
|
||||||
:data-id="l.id"
|
:data-id="l.id"
|
||||||
@close="removeList(l.id)">
|
@close="removeList(l.id)">
|
||||||
{{ l.name }} <sup>{{ l.subscriptionStatus }}</sup>
|
{{ l.name }} <sup>{{ l.subscriptionStatus }}</sup>
|
||||||
|
|
Loading…
Reference in New Issue