Commit 25c66e64 authored by Stan Hu's avatar Stan Hu

Drop extraneous flash message when rebase error occurs

parent c8776ac7
......@@ -121,9 +121,6 @@ export default {
if (res.merge_error && res.merge_error.length) {
this.rebasingError = res.merge_error;
createFlash({
message: __('Something went wrong. Please try again.'),
});
}
eventHub.$emit('MRWidgetRebaseSuccess');
......
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