fix: filter invaild lora in form

This commit is contained in:
jialin
2026-05-25 13:56:44 +08:00
committed by jialin
parent 1e334903dd
commit f0a1dad48e
4 changed files with 68 additions and 74 deletions
+2
View File
@@ -124,6 +124,7 @@ export interface ModelFile {
id: number;
created_at: string;
updated_at: string;
is_lora: boolean;
}
export interface ModelFileFormData {
@@ -135,4 +136,5 @@ export interface ModelFileFormData {
model_scope_file_path: string;
local_path: string;
local_dir: string;
is_lora: boolean;
}