15088: Function name clarification
[arvados-workbench2.git] / src / store / link-account-panel / link-account-panel-actions.ts
index 546573776136db30027e4ab62dbc63690ed86def..c175e60446a4188a0e9eb7f12e1c13b2c3a3ffba 100644 (file)
@@ -147,7 +147,7 @@ export const loadLinkAccountPanel = () =>
         }
     };
 
-export const saveAccountLinkData = (t: LinkAccountType) =>
+export const startLinking = (t: LinkAccountType) =>
     (dispatch: Dispatch<any>, getState: () => RootState, services: ServiceRepository) => {
         const accountToLink = {type: t, userUuid: services.authService.getUuid(), token: services.authService.getApiToken()} as AccountToLink;
         services.linkAccountService.saveToSession(accountToLink);