X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/cee5fc55b8b13217ac9aa540d74375a59afbb49a..e51530db62c369733186003cc5f005e491f29373:/src/views-components/main-app-bar/account-menu.tsx diff --git a/src/views-components/main-app-bar/account-menu.tsx b/src/views-components/main-app-bar/account-menu.tsx index 2597c19f..fdd8123f 100644 --- a/src/views-components/main-app-bar/account-menu.tsx +++ b/src/views-components/main-app-bar/account-menu.tsx @@ -10,6 +10,7 @@ import { UserPanelIcon } from "~/components/icon/icon"; import { DispatchProp, connect } from 'react-redux'; import { logout } from "~/store/auth/auth-action"; import { RootState } from "~/store/store"; +import { openCurrentTokenDialog } from '../../store/current-token-dialog/current-token-dialog-actions'; interface AccountMenuProps { user?: User; @@ -29,7 +30,7 @@ export const AccountMenu = connect(mapStateToProps)( {getUserFullname(user)} - Current token + dispatch(openCurrentTokenDialog)}>Current token My account dispatch(logout())}>Logout