fix: filter modelInstance by cluster in benchmark form
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user