Merge branch '17426-plug-ins' refs #17426
[arvados-workbench2.git] / src / store / workbench / workbench-actions.ts
index 217c852423bf427d6e387c8956ac7f64af0400be..8ea19a145d9126aff5c39d967aa7b8f5673a04d4 100644 (file)
@@ -110,7 +110,7 @@ export const isWorkbenchLoading = (state: RootState) => {
     return progress ? progress.working : false;
 };
 
-const handleFirstTimeLoad = (action: any) =>
+export const handleFirstTimeLoad = (action: any) =>
     async (dispatch: Dispatch<any>, getState: () => RootState) => {
         try {
             await dispatch(action);