mirror of https://github.com/portainer/portainer
fix(edge/group): show tag selector when no tags [EE-4924] (#8368)
parent
8dec95c2cd
commit
eff6ec9df9
|
@ -45,7 +45,11 @@ export const componentsModule = angular
|
|||
.module('portainer.app.react.components', [customTemplatesModule])
|
||||
.component(
|
||||
'tagSelector',
|
||||
r2a(withReactQuery(TagSelector), ['allowCreate', 'onChange', 'value'])
|
||||
r2a(withUIRouter(withReactQuery(TagSelector)), [
|
||||
'allowCreate',
|
||||
'onChange',
|
||||
'value',
|
||||
])
|
||||
)
|
||||
.component(
|
||||
'beTeaserButton',
|
||||
|
|
Loading…
Reference in New Issue