Skip to content

Commit

Permalink
Merge branch 'master' into add-public-dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
GspikeHalo authored Jan 9, 2025
2 parents 2687c56 + 3144fd9 commit fa71a10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class WorkflowPersistService {
name: workflow.name,
description: workflow.description,
content: JSON.stringify(workflow.content),
isPublished: workflow.isPublished,
isPublic: workflow.isPublished,
})
.pipe(
filter((updatedWorkflow: Workflow) => updatedWorkflow != null),
Expand Down

0 comments on commit fa71a10

Please sign in to comment.