[ARVADOS-WORKBENCH2] updated: 1.1.4-453-gaa45c97

Git user git at public.curoverse.com
Tue Jul 31 19:06:17 EDT 2018


Summary of changes:
 src/components/data-explorer/data-explorer.tsx   | 2 +-
 src/store/data-explorer/data-explorer-reducer.ts | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

       via  aa45c97670b9726e7afe66c3e747ccab4b82fa6d (commit)
      from  711d39ce13e6662e7823485f13a6e94a748cecf8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit aa45c97670b9726e7afe66c3e747ccab4b82fa6d
Author: Daniel Kos <daniel.kos at contractors.roche.com>
Date:   Wed Aug 1 01:06:15 2018 +0200

    Remove rowsPerPageOptions optionality
    
    Feature #13887
    
    Arvados-DCO-1.1-Signed-off-by: Daniel Kos <daniel.kos at contractors.roche.com>

diff --git a/src/components/data-explorer/data-explorer.tsx b/src/components/data-explorer/data-explorer.tsx
index 4a85209..46d5fb5 100644
--- a/src/components/data-explorer/data-explorer.tsx
+++ b/src/components/data-explorer/data-explorer.tsx
@@ -29,7 +29,7 @@ interface DataExplorerDataProps<T> {
     columns: DataColumns<T>;
     searchValue: string;
     rowsPerPage: number;
-    rowsPerPageOptions?: number[];
+    rowsPerPageOptions: number[];
     page: number;
     onSearch: (value: string) => void;
     onRowClick: (item: T) => void;
diff --git a/src/store/data-explorer/data-explorer-reducer.ts b/src/store/data-explorer/data-explorer-reducer.ts
index 96586be..1fde652 100644
--- a/src/store/data-explorer/data-explorer-reducer.ts
+++ b/src/store/data-explorer/data-explorer-reducer.ts
@@ -13,7 +13,7 @@ export interface DataExplorer {
     itemsAvailable: number;
     page: number;
     rowsPerPage: number;
-    rowsPerPageOptions?: number[];
+    rowsPerPageOptions: number[];
     searchValue: string;
 }
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list