mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
feat: add default and utils
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import type { VariableAssignerNodeType } from './types'
|
||||
|
||||
export const checkNodeValid = (node: VariableAssignerNodeType) => {
|
||||
export const checkNodeValid = (payload: VariableAssignerNodeType) => {
|
||||
return true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user