mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
make data properties optional (#9276)
This commit is contained in:
@@ -6,9 +6,9 @@ import { I18nService } from "@bitwarden/common/platform/abstractions/i18n.servic
|
|||||||
import { Icon } from "@bitwarden/components";
|
import { Icon } from "@bitwarden/components";
|
||||||
|
|
||||||
export interface AnonLayoutWrapperData {
|
export interface AnonLayoutWrapperData {
|
||||||
pageTitle: string;
|
pageTitle?: string;
|
||||||
pageSubtitle: string;
|
pageSubtitle?: string;
|
||||||
pageIcon: Icon;
|
pageIcon?: Icon;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
|
|||||||
Reference in New Issue
Block a user