Merge pull request #20 from sgotti/projects_fix_missing_variable
projects: fix missing variable
This commit is contained in:
commit
1cba296470
|
@ -215,7 +215,7 @@ export default {
|
|||
this.fetchAbort = new AbortController();
|
||||
|
||||
if (this.$route.params.runid) {
|
||||
let { data, error } = await fetchRun(
|
||||
let { data, error, aborted } = await fetchRun(
|
||||
this.$route.params.runid,
|
||||
this.fetchAbort.signal
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue