Fix redownloading loras issue

This commit is contained in:
Will Miao
2025-03-28 02:53:30 +08:00
parent 450592b0d4
commit 4e0473ce11

View File

@@ -116,6 +116,7 @@ export class ImportManager {
this.recipeName = '';
this.recipeTags = [];
this.missingLoras = [];
this.downloadableLoRAs = [];
// Reset import mode to upload
this.importMode = 'upload';
@@ -1213,4 +1214,4 @@ export class ImportManager {
return true;
}
}
}