refactor: Remove showToast call from clearCustomFilter method in LorasControls

This commit is contained in:
Will Miao
2025-04-11 05:59:32 +08:00
parent fafec56f09
commit 18aa8d11ad
2 changed files with 0 additions and 21 deletions

View File

@@ -132,7 +132,6 @@ export class LorasControls extends PageControls {
// Reload the loras
await resetAndReload();
showToast('Filter cleared', 'info');
}
/**