Commit b0cb53bf authored by Luke Bennett's avatar Luke Bennett

Update ee_mirror_repos.js

parent bb162127
......@@ -32,7 +32,7 @@ export default class EEMirrorRepos extends MirrorRepos {
this.updateForm();
this.showForm();
})
.catch((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