Explorar el Código

fix: remove setPublishedAt on handleRestoreFromPublishedWorkflow (#17358)

tags/1.2.0
诗浓 hace 7 meses
padre
commit
4f286c9073
No account linked to committer's email address
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      web/app/components/workflow/hooks/use-workflow-run.ts

+ 0
- 1
web/app/components/workflow/hooks/use-workflow-run.ts Ver fichero

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


Cargando…
Cancelar
Guardar