From b499c48633f9f426d3ba1025ab3613b599487010 Mon Sep 17 00:00:00 2001 From: Stephon Brown Date: Tue, 3 Feb 2026 17:27:19 -0500 Subject: [PATCH] refactor(billing): revert PremiumUpgradeDialog focus management --- .../premium-upgrade-dialog.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/angular/src/billing/components/premium-upgrade-dialog/premium-upgrade-dialog.component.html b/libs/angular/src/billing/components/premium-upgrade-dialog/premium-upgrade-dialog.component.html index 2f7b5892e58..1e35b731dfc 100644 --- a/libs/angular/src/billing/components/premium-upgrade-dialog/premium-upgrade-dialog.component.html +++ b/libs/angular/src/billing/components/premium-upgrade-dialog/premium-upgrade-dialog.component.html @@ -13,7 +13,6 @@ buttonType="main" size="default" [label]="'close' | i18n" - [showTooltipOnFocus]="false" (click)="close()" > @@ -51,6 +50,7 @@