Commit b66aa624 authored by Dennis Tang's avatar Dennis Tang

cleanup

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