fix(r2a): remove withUserProvider [EE-5355] (#10048)

Co-authored-by: testa113 <testa113>
pull/9992/head^2
Ali 2023-08-14 19:01:31 +12:00 committed by GitHub
parent 5862aa5dd8
commit 7757bf7a84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -112,9 +112,7 @@ export const ngModule = angular
.component(
'applicationEventsDatatable',
r2a(
withUIRouter(
withReactQuery(withUserProvider(ApplicationEventsDatatable))
),
withUIRouter(withReactQuery(withCurrentUser(ApplicationEventsDatatable))),
[]
)
)