mirror of https://github.com/portainer/portainer
fix(texttip): fix texttip in edge groups [EE-4990] (#8441)
Co-authored-by: testa113 <testa113>pull/8454/head
parent
968fc98401
commit
c9253319d9
|
@ -30,7 +30,7 @@ export function EdgeGroupsField({
|
|||
);
|
||||
|
||||
return (
|
||||
<>
|
||||
<div>
|
||||
<FormControl
|
||||
label="Groups"
|
||||
required
|
||||
|
@ -58,6 +58,6 @@ export function EdgeGroupsField({
|
|||
<TextTip color="blue">
|
||||
Select groups of Edge environments to update
|
||||
</TextTip>
|
||||
</>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue