mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 12:39:27 +02:00
Fix #751: saving moderation policy when clicking on "Cancel"
This commit is contained in:
parent
c56346289e
commit
4230b4f1f4
2 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="ui hidden divider"></div>
|
||||
<button @click="$emit('cancel')" class="ui basic left floated button">
|
||||
<button @click.prevent="$emit('cancel')" class="ui basic left floated button">
|
||||
<translate>Cancel</translate>
|
||||
</button>
|
||||
<button :class="['ui', 'right', 'floated', 'green', {'disabled loading': isLoading}, 'button']" :disabled="isLoading">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue