|
|
|
@ -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,
|
|
|
|
|