mirror of
https://github.com/langgenius/dify.git
synced 2026-03-05 23:57:06 +08:00
Merge branch 'chore/workflow-last-run' into deploy/dev
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { useHooksStore } from '@/app/components/workflow/hooks-store'
|
||||
|
||||
export const useSetWorkflowVarsWithValue = () => {
|
||||
const fetchInspectVars = useHooksStore(s => s.doSyncWorkflowDraft)
|
||||
const fetchInspectVars = useHooksStore(s => s.fetchInspectVars)
|
||||
|
||||
return {
|
||||
fetchInspectVars,
|
||||
|
||||
Reference in New Issue
Block a user