mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
fix(UAC): provide required UI context [EE-4415] (#7854)
This commit is contained in:
parent
5488389278
commit
f6d6be90e4
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ export const componentsModule = angular
|
|||
.component('boxSelectorBadgeIcon', r2a(BadgeIcon, ['featherIcon', 'icon']))
|
||||
.component(
|
||||
'accessControlPanel',
|
||||
r2a(withReactQuery(withCurrentUser(AccessControlPanel)), [
|
||||
r2a(withUIRouter(withReactQuery(withCurrentUser(AccessControlPanel))), [
|
||||
'disableOwnershipChange',
|
||||
'onUpdateSuccess',
|
||||
'resourceControl',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue