BigW Consortium Gitlab

Commit 23b9a99f by Regis

will discuss what to do on error at a later time

parent c373706f
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
.then((response) => { .then((response) => {
vue.set(this, 'pipelines', JSON.parse(response.body)); vue.set(this, 'pipelines', JSON.parse(response.body));
}, () => { }, () => {
vue.set(this, 'pipelines', []); console.error('API Error for Pipelines');
}); });
goFetch(Vue); goFetch(Vue);
......
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