mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
fix
This commit is contained in:
@ -72,6 +72,7 @@ const Panel: FC<NodePanelProps<QuestionClassifierNodeType>> = ({
|
||||
title={t(`${i18nPrefix}.class`)}
|
||||
>
|
||||
<ClassList
|
||||
id={id}
|
||||
list={inputs.classes}
|
||||
onChange={handleTopicsChange} />
|
||||
</Field>
|
||||
|
||||
Reference in New Issue
Block a user