app/components/workflow/nodes/question-classifier/utils.ts
@@ -1,3 +1,5 @@ export const checkNodeValid = () => { import type { QuestionClassifierNodeType } from './types' export const checkNodeValid = (payload: QuestionClassifierNodeType) => { return true }