mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
dont need change detector
This commit is contained in:
@@ -178,7 +178,8 @@ export default class BrowserPlatformUtilsService implements PlatformUtilsService
|
||||
return true;
|
||||
}
|
||||
|
||||
showToast(type: 'error' | 'success' | 'warning' | 'info', title: string, text: string, options?: any): void {
|
||||
showToast(type: 'error' | 'success' | 'warning' | 'info', title: string, text: string | string[],
|
||||
options?: any): void {
|
||||
this.messagingService.send('showToast', {
|
||||
text: text,
|
||||
title: title,
|
||||
|
||||
Reference in New Issue
Block a user