mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +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'
|
import { useHooksStore } from '@/app/components/workflow/hooks-store'
|
||||||
|
|
||||||
export const useSetWorkflowVarsWithValue = () => {
|
export const useSetWorkflowVarsWithValue = () => {
|
||||||
const fetchInspectVars = useHooksStore(s => s.doSyncWorkflowDraft)
|
const fetchInspectVars = useHooksStore(s => s.fetchInspectVars)
|
||||||
|
|
||||||
return {
|
return {
|
||||||
fetchInspectVars,
|
fetchInspectVars,
|
||||||
|
|||||||
Reference in New Issue
Block a user