Commit 4fd02fbe authored by Luke Bennett's avatar Luke Bennett

Merge branch '3959-mirroring-interface-improvements' of...

Merge branch '3959-mirroring-interface-improvements' of https://gitlab.com/gitlab-org/gitlab-ee into 3959-mirroring-interface-improvements
parents 893a38f0 b0cb53bf
......@@ -32,8 +32,7 @@ export default class EEMirrorRepos extends MirrorRepos {
this.updateForm();
this.showForm();
})
.catch((error) => {
console.log(error);
.catch(() => {
Flash(__('Something went wrong on our end.'));
});
}
......
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