Commit b66aa624 authored by Dennis Tang's avatar Dennis Tang

cleanup

parent 01ef0b64
......@@ -87,10 +87,7 @@ export default {
this.isLoading = false;
this.hasErrors = false;
})
.catch(() => {
this.isLoading = false;
this.hasErrors = true;
});
.catch(this.fetchFailureHandler);
},
methods: {
...mapActions(['getProjects']),
......
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