dify
This commit is contained in:
11
dify/web/app/components/workflow/hooks/use-DSL.ts
Normal file
11
dify/web/app/components/workflow/hooks/use-DSL.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { useHooksStore } from '@/app/components/workflow/hooks-store'
|
||||
|
||||
export const useDSL = () => {
|
||||
const exportCheck = useHooksStore(s => s.exportCheck)
|
||||
const handleExportDSL = useHooksStore(s => s.handleExportDSL)
|
||||
|
||||
return {
|
||||
exportCheck,
|
||||
handleExportDSL,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user