diff --git a/static/js/managers/ImportManager.js b/static/js/managers/ImportManager.js index 7e2154dc..655cfe83 100644 --- a/static/js/managers/ImportManager.js +++ b/static/js/managers/ImportManager.js @@ -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; } -} \ No newline at end of file +}