chore: workflow last run

This commit is contained in:
zxhlyh
2025-07-01 11:04:22 +08:00
parent 7c76458b18
commit 931a45dbfc
9 changed files with 32 additions and 11 deletions

View File

@ -0,0 +1,9 @@
import { useHooksStore } from '@/app/components/workflow/hooks-store'
export const useSetWorkflowVarsWithValue = () => {
const fetchInspectVars = useHooksStore(s => s.doSyncWorkflowDraft)
return {
fetchInspectVars,
}
}