Sfoglia il codice sorgente

fix: remove setPublishedAt on handleRestoreFromPublishedWorkflow (#17358)

tags/1.2.0
诗浓 7 mesi fa
parent
commit
4f286c9073
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0
    1
      web/app/components/workflow/hooks/use-workflow-run.ts

+ 0
- 1
web/app/components/workflow/hooks/use-workflow-run.ts Vedi File

@@ -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…
Annulla
Salva