[ARVADOS-WORKBENCH2] updated: 1.1.4-588-g9f1bcc2

Git user git at public.curoverse.com
Mon Aug 13 18:19:38 EDT 2018


Summary of changes:
 src/store/side-panel/side-panel-reducer.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  9f1bcc2882ee4b7581192f992b042187e6fe39e8 (commit)
      from  31afa127fa9b354c46fd78a2fe28228f958df71f (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 9f1bcc2882ee4b7581192f992b042187e6fe39e8
Author: Daniel Kos <daniel.kos at contractors.roche.com>
Date:   Tue Aug 14 00:19:34 2018 +0200

    Fix tslint error
    
    Feature #13986
    
    Arvados-DCO-1.1-Signed-off-by: Daniel Kos <daniel.kos at contractors.roche.com>

diff --git a/src/store/side-panel/side-panel-reducer.ts b/src/store/side-panel/side-panel-reducer.ts
index 433da17..08231de 100644
--- a/src/store/side-panel/side-panel-reducer.ts
+++ b/src/store/side-panel/side-panel-reducer.ts
@@ -95,7 +95,7 @@ export const sidePanelData = [
         active: false,
         activeAction: (dispatch: Dispatch) => {
             dispatch(push("/favorites"));
-            dispatch(favoritePanelActions.SET_COLUMNS({ columns: favoritePanelColumns }))
+            dispatch(favoritePanelActions.SET_COLUMNS({ columns: favoritePanelColumns }));
             dispatch(favoritePanelActions.RESET_PAGINATION());
             dispatch(favoritePanelActions.REQUEST_ITEMS());
         }

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list