diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-04-25 09:15:22 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-04-25 09:15:22 -0400 |
| commit | 6a62e0a16abc3bbadfb179750463e3d361f1c759 (patch) | |
| tree | b4df122ee280cba5141e4d97d58c3c5678c7a1ac /src/client/views/collections/CollectionSubView.tsx | |
| parent | 0e27df3127c91a7d48ef05c7075c7d26aca2bd7f (diff) | |
silly me - borderRadius can be inherited
Diffstat (limited to 'src/client/views/collections/CollectionSubView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionSubView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSubView.tsx b/src/client/views/collections/CollectionSubView.tsx index bf59bec95..f9fc7be5a 100644 --- a/src/client/views/collections/CollectionSubView.tsx +++ b/src/client/views/collections/CollectionSubView.tsx @@ -25,7 +25,6 @@ export interface CollectionViewProps extends FieldViewProps { moveDocument: (document: Document, targetCollection: Document, addDocument: (document: Document) => boolean) => boolean; PanelWidth: () => number; PanelHeight: () => number; - borderRounding: () => number; } export interface SubCollectionViewProps extends CollectionViewProps { |
