1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 13:29:41 +02:00

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

Co-authored-by: testa113 <testa113>
This commit is contained in:
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

View file

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