mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 19:23:52 +00:00
init view properties
This commit is contained in:
@@ -5,7 +5,7 @@ import { View } from './view';
|
||||
import { SecureNote } from '../domain/secureNote';
|
||||
|
||||
export class SecureNoteView implements View {
|
||||
type: SecureNoteType;
|
||||
type: SecureNoteType = null;
|
||||
|
||||
constructor(n?: SecureNote) {
|
||||
if (!n) {
|
||||
|
||||
Reference in New Issue
Block a user