Skip to content
Snippets Groups Projects
Verified Commit 4230b4f1 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fix #751: saving moderation policy when clicking on "Cancel"

parent c5634628
No related branches found
No related tags found
No related merge requests found
Fixed saving moderation policy when clicking on "Cancel" (#751)
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
</div> </div>
</div> </div>
<div class="ui hidden divider"></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> <translate>Cancel</translate>
</button> </button>
<button :class="['ui', 'right', 'floated', 'green', {'disabled loading': isLoading}, 'button']" :disabled="isLoading"> <button :class="['ui', 'right', 'floated', 'green', {'disabled loading': isLoading}, 'button']" :disabled="isLoading">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment