fix(sidebar): put behind modal [EE-4866] (#8282)

* fix(sidebar): put behind modal

* fix(system/upgrade): validate on open dialog
pull/6820/head
Chaim Lev-Ari 2023-01-10 21:32:03 +02:00 committed by GitHub
parent baf9c3db0a
commit 9c0e0607a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,7 @@
position: fixed;
left: 0;
z-index: 999;
z-index: 10;
transition: all 0.4s ease 0s;
}

View File

@ -39,6 +39,7 @@ export function UploadLicenseDialog({
initialValues={initialValues}
onSubmit={handleSubmit}
validationSchema={validation}
validateOnMount
>
{({ errors }) => (
<Form noValidate>