fix: for gguf ref not be created, #2227

This commit is contained in:
jialin
2025-06-19 15:25:21 +08:00
parent a9b909cca1
commit be92f92991
7 changed files with 58 additions and 42 deletions
@@ -79,7 +79,6 @@ const ModelFileItem: React.FC<ModelFileItemProps> = (props) => {
className={classNames('hf-model-file', {
active: active
})}
tabIndex={0}
onClick={() => handleSelectModelFile(item)}
>
<div className="title">{item.path}</div>