feat(editor): Workflow history [WIP] - Remove pinned data from workflow history version preview (no-changelog) (#7406)

This commit is contained in:
Csaba Tuncsik
2023-10-19 14:38:00 +02:00
committed by GitHub
parent 82129694c6
commit c7c8048430
6 changed files with 447 additions and 195 deletions

View File

@@ -199,7 +199,7 @@ const restoreWorkflowVersion = async (
if (modalAction === WorkflowHistoryVersionRestoreModalActions.cancel) {
return;
}
await workflowHistoryStore.restoreWorkflow(
activeWorkflow.value = await workflowHistoryStore.restoreWorkflow(
route.params.workflowId,
id,
modalAction === WorkflowHistoryVersionRestoreModalActions.deactivateAndRestore,