🐛 Fix bug that it did display running workflows as unsaved

This commit is contained in:
Jan Oberhauser 2019-08-14 14:30:20 +02:00
parent f8db495e0f
commit a1b95918de

View file

@ -916,7 +916,7 @@ class App {
returnData.push( returnData.push(
{ {
idActive: data.id.toString(), idActive: data.id.toString(),
workflowId: data.workflowId, workflowId: data.workflowId.toString(),
mode: data.mode, mode: data.mode,
retryOf: data.retryOf, retryOf: data.retryOf,
startedAt: new Date(data.startedAt), startedAt: new Date(data.startedAt),