1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

Fix typo overlayPostition > overlayPosition (#5530)

Co-authored-by: rr-bw <102181210+rr-bw@users.noreply.github.com>
This commit is contained in:
Patrick H. Lauke
2023-07-17 21:02:44 +01:00
committed by GitHub
parent 906c11acb1
commit 20228a485f
5 changed files with 6 additions and 6 deletions

View File

@@ -42,7 +42,7 @@
(backdropClick)="close()"
(detach)="close()"
[cdkConnectedOverlayOpen]="showSwitcher && isOpen"
[cdkConnectedOverlayPositions]="overlayPostition"
[cdkConnectedOverlayPositions]="overlayPosition"
cdkConnectedOverlayMinWidth="250px"
>
<div

View File

@@ -68,7 +68,7 @@ export class AccountSwitcherComponent implements OnInit, OnDestroy {
activeAccount?: ActiveAccount;
serverUrl: string;
authStatus = AuthenticationStatus;
overlayPostition: ConnectedPosition[] = [
overlayPosition: ConnectedPosition[] = [
{
originX: "end",
originY: "bottom",