diff options
| author | Andrew Kim <andrewdkim@users.noreply.github.com> | 2019-03-09 18:21:06 -0500 |
|---|---|---|
| committer | Andrew Kim <andrewdkim@users.noreply.github.com> | 2019-03-09 18:21:06 -0500 |
| commit | b9cfa458a6535e7ee0ff8b81398afa1e123cf458 (patch) | |
| tree | 89bce824b3f54a1896e8af052bea5c8e191dddad /src/client/views/collections/CollectionView.tsx | |
| parent | 2cc5eb6ff512dc6128d25903bcb852f25bcadcca (diff) | |
added audio and video nodes
Diffstat (limited to 'src/client/views/collections/CollectionView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionView.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionView.tsx b/src/client/views/collections/CollectionView.tsx index 31824763d..454d547ef 100644 --- a/src/client/views/collections/CollectionView.tsx +++ b/src/client/views/collections/CollectionView.tsx @@ -19,6 +19,8 @@ export enum CollectionViewType { Freeform, Schema, Docking, + Video, + Audio, Tree } |
