mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
update showToast signature
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 45341ec408...f793ff0aa5
@@ -110,7 +110,8 @@ export class NodePlatformUtilsService implements PlatformUtilsService {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
showToast(type: 'error' | 'success' | 'warning' | 'info', title: string, text: string, global?: any): void {
|
showToast(type: 'error' | 'success' | 'warning' | 'info', title: string, text: string | string[],
|
||||||
|
options?: any): void {
|
||||||
throw new Error('Not implemented.');
|
throw new Error('Not implemented.');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user