1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-03 02:03:53 +00:00

revert change to title

This commit is contained in:
jaasen-livefront
2025-10-20 09:16:36 -07:00
parent d45550b0b1
commit bc070d45d2

View File

@@ -45,6 +45,9 @@ export class CalloutComponent implements AfterViewInit {
);
readonly titleComputed = computed(() => {
const title = this.title();
if (title === null) {
return undefined;
}
const type = this.type();
if (title == null && defaultI18n[type] != null) {
return this.i18nService.t(defaultI18n[type]);