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(
|
||||
'applicationEventsDatatable',
|
||||
r2a(
|
||||
withUIRouter(
|
||||
withReactQuery(withUserProvider(ApplicationEventsDatatable))
|
||||
),
|
||||
withUIRouter(withReactQuery(withCurrentUser(ApplicationEventsDatatable))),
|
||||
[]
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue