diff options
| author | bob <bcz@cs.brown.edu> | 2019-07-19 16:03:09 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-07-19 16:03:09 -0400 |
| commit | 5e9bcf2e35415fd0ab4dec4f0141511cd4d312d0 (patch) | |
| tree | 9f10e9fb6fc12fd741853727f363723a954dc61a /src/client/views/collections/CollectionBaseView.tsx | |
| parent | 64de59fc4250eff5284380ca2743030aa453fce7 (diff) | |
split masonry collection view into its own view type.
Diffstat (limited to 'src/client/views/collections/CollectionBaseView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionBaseView.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionBaseView.tsx b/src/client/views/collections/CollectionBaseView.tsx index 2603dc60b..72faf52c4 100644 --- a/src/client/views/collections/CollectionBaseView.tsx +++ b/src/client/views/collections/CollectionBaseView.tsx @@ -18,7 +18,8 @@ export enum CollectionViewType { Schema, Docking, Tree, - Stacking + Stacking, + Masonry } export interface CollectionRenderProps { |
