ソースを参照

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])


読み込み中…
キャンセル
保存