mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-25 07:05:43 -03:00
feat: add success toast notification after metadata update completion
This commit is contained in:
@@ -436,6 +436,8 @@ export class BaseModelApiClient {
|
|||||||
|
|
||||||
await operationComplete;
|
await operationComplete;
|
||||||
|
|
||||||
|
resetAndReload(false);
|
||||||
|
showToast('Metadata update complete', 'success');
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('Error fetching metadata:', error);
|
console.error('Error fetching metadata:', error);
|
||||||
showToast('Failed to fetch metadata: ' + error.message, 'error');
|
showToast('Failed to fetch metadata: ' + error.message, 'error');
|
||||||
|
|||||||
Reference in New Issue
Block a user