Преглед изворни кода

fix: remove setPublishedAt on handleRestoreFromPublishedWorkflow (#17358)

tags/1.2.0
诗浓 пре 7 месеци
родитељ
комит
4f286c9073
No account linked to committer's email address
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0
    1
      web/app/components/workflow/hooks/use-workflow-run.ts

+ 0
- 1
web/app/components/workflow/hooks/use-workflow-run.ts Прегледај датотеку

@@ -342,7 +342,6 @@ export const useWorkflowRun = () => {
}

featuresStore?.setState({ features: mappedFeatures })
workflowStore.getState().setPublishedAt(publishedWorkflow.created_at)
workflowStore.getState().setEnvironmentVariables(publishedWorkflow.environment_variables || [])
}, [featuresStore, handleUpdateWorkflowCanvas, workflowStore])


Loading…
Откажи
Сачувај