mirror of https://github.com/portainer/portainer
fix(gitops): make polling mechanism static button [EE-5420] (#8893)
parent
acc340b324
commit
c86b76261a
|
@ -64,9 +64,12 @@ function OptionItem({
|
||||||
color="light"
|
color="light"
|
||||||
as="label"
|
as="label"
|
||||||
disabled={disabled || readOnly}
|
disabled={disabled || readOnly}
|
||||||
className={clsx({
|
className={clsx(
|
||||||
active: selected,
|
{
|
||||||
})}
|
active: selected,
|
||||||
|
},
|
||||||
|
'!static !z-auto'
|
||||||
|
)}
|
||||||
>
|
>
|
||||||
{children}
|
{children}
|
||||||
<input
|
<input
|
||||||
|
|
Loading…
Reference in New Issue