BigW Consortium Gitlab

Commit 7c130bf4 by Filipa Lacerda

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

parent fe81e7b7
......@@ -94,7 +94,6 @@
},
watch: {
noteBody() {
debugger;
if (this.note === this.initialNote) {
this.note = this.noteBody;
} else {
......
......@@ -804,10 +804,6 @@ ul.notes {
}
}
.discussion-notes .flash-container {
margin-bottom: 0;
}
// Merge request notes in diffs
.diff-file {
// 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