浏览代码

fix: remove setPublishedAt on handleRestoreFromPublishedWorkflow (#17358)

tags/1.2.0
诗浓 7 个月前
父节点
当前提交
4f286c9073
没有帐户链接到提交者的电子邮件
共有 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])


正在加载...
取消
保存