mirror of https://github.com/portainer/portainer
fix(r2a): remove withUserProvider [EE-5355] (#10048)
Co-authored-by: testa113 <testa113>pull/9992/head^2
parent
5862aa5dd8
commit
7757bf7a84
|
@ -112,9 +112,7 @@ export const ngModule = angular
|
||||||
.component(
|
.component(
|
||||||
'applicationEventsDatatable',
|
'applicationEventsDatatable',
|
||||||
r2a(
|
r2a(
|
||||||
withUIRouter(
|
withUIRouter(withReactQuery(withCurrentUser(ApplicationEventsDatatable))),
|
||||||
withReactQuery(withUserProvider(ApplicationEventsDatatable))
|
|
||||||
),
|
|
||||||
[]
|
[]
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue