mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
fix(edge/group): show tag selector when no tags [EE-4924] (#8368)
This commit is contained in:
parent
8dec95c2cd
commit
eff6ec9df9
1 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue