mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
subtitle properties
This commit is contained in:
@@ -10,4 +10,8 @@ export class SecureNoteView implements View {
|
||||
constructor(n: SecureNote) {
|
||||
this.type = n.type;
|
||||
}
|
||||
|
||||
get subTitle(): string {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user