mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
🐛 Fix bug that it did display running workflows as unsaved
This commit is contained in:
@@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user