X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/762c232937e6825839ada7d682542601aaffbd90..a884c545e3edad2cc2ac1210fc3148f922c155dc:/src/components/api-token/api-token.tsx diff --git a/src/components/api-token/api-token.tsx b/src/components/api-token/api-token.tsx index 34e2d64c11..7656bf8733 100644 --- a/src/components/api-token/api-token.tsx +++ b/src/components/api-token/api-token.tsx @@ -17,17 +17,19 @@ class ApiToken extends React.Component(authService.getUserDetails()).then(() => { + const rootUuid = authService.getRootUuid(); + this.props.dispatch(projectService.getProjectList(rootUuid)); + }); } render() { - return + return ; } }