mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
convert pages to use browser api message functions
This commit is contained in:
@@ -468,7 +468,7 @@ export default class MainBackground {
|
||||
continue;
|
||||
}
|
||||
|
||||
BrowserApi.tabSendMessage(tab, 'openNotificationBar', {
|
||||
BrowserApi.tabSendMessageData(tab, 'openNotificationBar', {
|
||||
type: 'add',
|
||||
});
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user