mirror of
https://github.com/portainer/portainer.git
synced 2025-08-07 23:05:26 +02:00
fix(account): enable add access token button EE-7059 (#11745)
This commit is contained in:
parent
5a5a10821d
commit
4ef71f4aca
3 changed files with 7 additions and 12 deletions
|
@ -26,7 +26,8 @@ export const accountModule = angular
|
|||
)
|
||||
.component(
|
||||
'accessTokensDatatable',
|
||||
r2a(withUIRouter(withReactQuery(withCurrentUser(AccessTokensDatatable))), [
|
||||
'canExit',
|
||||
])
|
||||
r2a(
|
||||
withUIRouter(withReactQuery(withCurrentUser(AccessTokensDatatable))),
|
||||
[]
|
||||
)
|
||||
).name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue