diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-01-13 06:16:11 -0500 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-01-13 06:16:11 -0500 |
| commit | e1ed82ff684877b56925016282a0e4d5bb4e1b4b (patch) | |
| tree | 7f251def17dd86da9675bf0506f7db2c5d71148f /src/stores/VideoNodeStore.ts | |
| parent | ee068ab30c43125efd2b0ab853531df9777f544f (diff) | |
More controller stuff
Diffstat (limited to 'src/stores/VideoNodeStore.ts')
| -rw-r--r-- | src/stores/VideoNodeStore.ts | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
