From f6d6be90e4232c924cf2668a64e59764d4fe6115 Mon Sep 17 00:00:00 2001 From: itsconquest Date: Tue, 18 Oct 2022 09:45:47 +1300 Subject: [PATCH] fix(UAC): provide required UI context [EE-4415] (#7854) --- app/portainer/react/components/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/portainer/react/components/index.ts b/app/portainer/react/components/index.ts index e2f2e2410..17e28fd3e 100644 --- a/app/portainer/react/components/index.ts +++ b/app/portainer/react/components/index.ts @@ -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',