user-admin-panel-init
[arvados.git] / src / store / repositories / repositories-actions.ts
index 61caa769f1ea32746608f3a4f570a86ddbb4db38..a8b75ac1ee6ce7fcb4c4803e8c3c27ae8c83f40c 100644 (file)
@@ -91,7 +91,7 @@ export const removeRepository = (uuid: string) =>
 const repositoriesBindedActions = bindDataExplorerActions(REPOSITORIES_PANEL);
 
 export const openRepositoriesPanel = () =>
-    async (dispatch: Dispatch, getState: () => RootState, services: ServiceRepository) => {
+    (dispatch: Dispatch, getState: () => RootState, services: ServiceRepository) => {
         dispatch<any>(navigateToRepositories);
     };