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:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user