Commit 3ca2cc8b authored by Filipa Lacerda's avatar Filipa Lacerda

Sets loading to false after request has finished

parent cc61a064
...@@ -304,6 +304,7 @@ export default { ...@@ -304,6 +304,7 @@ export default {
head: data, head: data,
headBlobPath: this.mr.headBlobPath, headBlobPath: this.mr.headBlobPath,
}); });
this.isLoadingDependencyScanning = false;
}) })
.catch(() => { .catch(() => {
this.isLoadingDependencyScanning = false; this.isLoadingDependencyScanning = false;
......
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