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 {
head: data,
headBlobPath: this.mr.headBlobPath,
});
this.isLoadingDependencyScanning = false;
})
.catch(() => {
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