1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-29 18:29:44 +02:00

fix(gitops): make polling mechanism static button [EE-5420] (#8893)

This commit is contained in:
Chaim Lev-Ari 2023-05-09 08:00:14 +07:00 committed by GitHub
parent acc340b324
commit c86b76261a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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