mirror of https://github.com/portainer/portainer
fix(sidebar): put behind modal [EE-4866] (#8282)
* fix(sidebar): put behind modal * fix(system/upgrade): validate on open dialogpull/6820/head
parent
baf9c3db0a
commit
9c0e0607a4
|
@ -30,7 +30,7 @@
|
|||
position: fixed;
|
||||
left: 0;
|
||||
|
||||
z-index: 999;
|
||||
z-index: 10;
|
||||
transition: all 0.4s ease 0s;
|
||||
}
|
||||
|
||||
|
|
|
@ -39,6 +39,7 @@ export function UploadLicenseDialog({
|
|||
initialValues={initialValues}
|
||||
onSubmit={handleSubmit}
|
||||
validationSchema={validation}
|
||||
validateOnMount
|
||||
>
|
||||
{({ errors }) => (
|
||||
<Form noValidate>
|
||||
|
|
Loading…
Reference in New Issue