Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
funkwhale
funkwhale
Commits
4230b4f1
Verified
Commit
4230b4f1
authored
Mar 11, 2019
by
Eliot Berriot
Browse files
Fix
#751
: saving moderation policy when clicking on "Cancel"
parent
c5634628
Pipeline
#3522
passed with stages
in 2 minutes and 36 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
changes/changelog.d/751.bugfix
0 → 100644
View file @
4230b4f1
Fixed saving moderation policy when clicking on "Cancel" (#751)
front/src/components/manage/moderation/InstancePolicyForm.vue
View file @
4230b4f1
...
...
@@ -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">
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment