mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
update showToast signature
This commit is contained in:
@@ -110,7 +110,8 @@ export class NodePlatformUtilsService implements PlatformUtilsService {
|
||||
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.');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user