mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 11:13:46 +00:00
[PM-1915] Remove selector for all dialogs (#5257)
This commit is contained in:
@@ -59,7 +59,6 @@ export enum MemberDialogResult {
|
||||
}
|
||||
|
||||
@Component({
|
||||
selector: "app-member-dialog",
|
||||
templateUrl: "member-dialog.component.html",
|
||||
})
|
||||
export class MemberDialogComponent implements OnInit, OnDestroy {
|
||||
|
||||
@@ -46,7 +46,6 @@ export enum CollectionDialogResult {
|
||||
}
|
||||
|
||||
@Component({
|
||||
selector: "app-collection-dialog",
|
||||
templateUrl: "collection-dialog.component.html",
|
||||
})
|
||||
export class CollectionDialogComponent implements OnInit, OnDestroy {
|
||||
|
||||
Reference in New Issue
Block a user