1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

subtitle properties

This commit is contained in:
Kyle Spearrin
2018-01-24 16:58:34 -05:00
parent 9fe0cfb2d8
commit b4257b9ff3
5 changed files with 129 additions and 44 deletions

View File

@@ -10,4 +10,8 @@ export class SecureNoteView implements View {
constructor(n: SecureNote) {
this.type = n.type;
}
get subTitle(): string {
return null;
}
}