fix(edge/group): show tag selector when no tags [EE-4924] (#8368)

pull/8170/head
Chaim Lev-Ari 2 years ago committed by GitHub
parent 8dec95c2cd
commit eff6ec9df9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save