diff options
| author | tschicke-brown <tyler_schicke@brown.edu> | 2019-03-09 19:09:06 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-09 19:09:06 -0500 |
| commit | ebe101203788d9fc564671cc38f085c3ef990536 (patch) | |
| tree | bcf15778e7e7cc6662cb0af621467c85505fcf93 /src | |
| parent | 36830f4677997ce190e0c18bad7bd5ffbeab86b0 (diff) | |
Update CollectionView.tsx
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/views/collections/CollectionView.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/client/views/collections/CollectionView.tsx b/src/client/views/collections/CollectionView.tsx index fca32e615..f154909bb 100644 --- a/src/client/views/collections/CollectionView.tsx +++ b/src/client/views/collections/CollectionView.tsx @@ -19,8 +19,6 @@ export enum CollectionViewType { Freeform, Schema, Docking, - Video, - Audio, Tree } @@ -118,4 +116,4 @@ export class CollectionView extends React.Component<CollectionViewProps> { {this.subView} </div>) } -}
\ No newline at end of file +} |
