Added stash menu to release page, returning stashes from stash API to avoid reloading or local interpolation.
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
</label>
|
||||
|
||||
<Icon
|
||||
v-if="isMe && stash.deletable"
|
||||
v-if="isMe && !stash.primary"
|
||||
icon="bin"
|
||||
class="stash-remove"
|
||||
@click.native="showRemoveStash = true"
|
||||
|
||||
Reference in New Issue
Block a user