Commit 4c3e72ae authored by Bryce Johnson's avatar Bryce Johnson

Remove conflict causing newlines.

parent 8587b684
...@@ -39,6 +39,7 @@ export default class pipelinesMediator { ...@@ -39,6 +39,7 @@ export default class pipelinesMediator {
successCallback(response) { successCallback(response) {
const data = response.json(); const data = response.json();
this.state.isLoading = false; this.state.isLoading = false;
this.store.storePipeline(data); this.store.storePipeline(data);
} }
......
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