Fix lora page header

This commit is contained in:
Will Miao
2025-03-17 15:53:53 +08:00
parent a4ee82b51f
commit 0580130d47
6 changed files with 14 additions and 60 deletions

View File

@@ -10,7 +10,6 @@ import { showToast } from '../utils/uiHelpers.js';
export class LoraSearchManager extends SearchManager {
constructor(options = {}) {
console.log("initializing lora search manager");
super({
page: 'loras',
...options