mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
[PM-18707] Use different BroadcasterSubscriptionId in base view component to avoid collision with desktop view component
This commit is contained in:
@@ -45,7 +45,7 @@ import { DialogService, ToastService } from "@bitwarden/components";
|
|||||||
import { KeyService } from "@bitwarden/key-management";
|
import { KeyService } from "@bitwarden/key-management";
|
||||||
import { PasswordRepromptService } from "@bitwarden/vault";
|
import { PasswordRepromptService } from "@bitwarden/vault";
|
||||||
|
|
||||||
const BroadcasterSubscriptionId = "ViewComponent";
|
const BroadcasterSubscriptionId = "BaseViewComponent";
|
||||||
|
|
||||||
@Directive()
|
@Directive()
|
||||||
export class ViewComponent implements OnDestroy, OnInit {
|
export class ViewComponent implements OnDestroy, OnInit {
|
||||||
|
|||||||
Reference in New Issue
Block a user