fix: for gguf ref not be created, #2227
This commit is contained in:
@@ -29,7 +29,6 @@ const HFModelItem: React.FC<HFModelItemProps> = (props) => {
|
||||
|
||||
return (
|
||||
<div
|
||||
tabIndex={0}
|
||||
className={classNames('hf-model-item', {
|
||||
active: props.active
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user