From e1ed82ff684877b56925016282a0e4d5bb4e1b4b Mon Sep 17 00:00:00 2001 From: Tyler Schicke Date: Sun, 13 Jan 2019 06:16:11 -0500 Subject: More controller stuff --- src/stores/VideoNodeStore.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/stores') diff --git a/src/stores/VideoNodeStore.ts b/src/stores/VideoNodeStore.ts index 41fae2aff..e5187ab07 100644 --- a/src/stores/VideoNodeStore.ts +++ b/src/stores/VideoNodeStore.ts @@ -9,9 +9,9 @@ export class VideoNodeStore extends NodeStore { } @observable - public Title: string; + public Title: string = ""; @observable - public Url: string; + public Url: string = ""; } \ No newline at end of file -- cgit v1.2.3-70-g09d2