fix: filter modelInstance by cluster in benchmark form

This commit is contained in:
jialin
2026-06-11 14:13:08 +08:00
committed by jialin
parent 12649c7ccf
commit 2ba5118bc2
3 changed files with 41 additions and 27 deletions
@@ -109,6 +109,7 @@ const InputList: React.FC<InputListProps> = forwardRef(
<div key={item.uid} className="input-item" data-uid={item.uid}>
<div className="input-wrap">
<RowTextarea
showUpload={false}
height={height}
label={showLabel ? `${index + 1}` : null}
data={item}