mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
fix(gitops): make polling mechanism static button [EE-5420] (#8893)
This commit is contained in:
parent
acc340b324
commit
c86b76261a
1 changed files with 6 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue