Commit 7c130bf4 authored by Filipa Lacerda's avatar Filipa Lacerda

[ci skip] Make sure we show first class action errors properly.

parent fe81e7b7
...@@ -94,7 +94,6 @@ ...@@ -94,7 +94,6 @@
}, },
watch: { watch: {
noteBody() { noteBody() {
debugger;
if (this.note === this.initialNote) { if (this.note === this.initialNote) {
this.note = this.noteBody; this.note = this.noteBody;
} else { } else {
......
...@@ -804,10 +804,6 @@ ul.notes { ...@@ -804,10 +804,6 @@ ul.notes {
} }
} }
.discussion-notes .flash-container {
margin-bottom: 0;
}
// Merge request notes in diffs // Merge request notes in diffs
.diff-file { .diff-file {
// Diff is inline // Diff is inline
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment