mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08:00
🔥 Remove old solution leftover
This commit is contained in:
parent
4e218a5e05
commit
2855492de4
|
@ -530,11 +530,7 @@ export default mixins(
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const data = await this.restApi().getPastExecutions(this.workflowFilterPast, this.requestItemsPerRequest);
|
const data = await this.restApi().getPastExecutions(this.workflowFilterPast, this.requestItemsPerRequest);
|
||||||
|
this.finishedExecutions = data.results;
|
||||||
this.finishedExecutions = data.results.map((execution) => {
|
|
||||||
// @ts-ignore
|
|
||||||
return { ...execution, mode: execution.mode };
|
|
||||||
});
|
|
||||||
this.finishedExecutionsCount = data.count;
|
this.finishedExecutionsCount = data.count;
|
||||||
this.finishedExecutionsCountEstimated = data.estimated;
|
this.finishedExecutionsCountEstimated = data.estimated;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue