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