dify
This commit is contained in:
5
dify/web/app/components/workflow/nodes/answer/utils.ts
Normal file
5
dify/web/app/components/workflow/nodes/answer/utils.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { AnswerNodeType } from './types'
|
||||
|
||||
export const checkNodeValid = (_payload: AnswerNodeType) => {
|
||||
return true
|
||||
}
|
||||
Reference in New Issue
Block a user