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:
parent
5862aa5dd8
commit
7757bf7a84
1 changed files with 1 additions and 3 deletions
|
@ -112,9 +112,7 @@ export const ngModule = angular
|
|||
.component(
|
||||
'applicationEventsDatatable',
|
||||
r2a(
|
||||
withUIRouter(
|
||||
withReactQuery(withUserProvider(ApplicationEventsDatatable))
|
||||
),
|
||||
withUIRouter(withReactQuery(withCurrentUser(ApplicationEventsDatatable))),
|
||||
[]
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue