fix(UAC): provide required UI context [EE-4415] (#7854)

pull/7773/head
itsconquest 2022-10-18 09:45:47 +13:00 committed by GitHub
parent 5488389278
commit f6d6be90e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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',