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 { ...@@ -32,8 +32,7 @@ export default class EEMirrorRepos extends MirrorRepos {
this.updateForm(); this.updateForm();
this.showForm(); this.showForm();
}) })
.catch((error) => { .catch(() => {
console.log(error);
Flash(__('Something went wrong on our end.')); 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