mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +02:00
fix(sidebar): put behind modal [EE-4866] (#8282)
* fix(sidebar): put behind modal * fix(system/upgrade): validate on open dialog
This commit is contained in:
parent
baf9c3db0a
commit
9c0e0607a4
2 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
||||||
z-index: 999;
|
z-index: 10;
|
||||||
transition: all 0.4s ease 0s;
|
transition: all 0.4s ease 0s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -39,6 +39,7 @@ export function UploadLicenseDialog({
|
||||||
initialValues={initialValues}
|
initialValues={initialValues}
|
||||||
onSubmit={handleSubmit}
|
onSubmit={handleSubmit}
|
||||||
validationSchema={validation}
|
validationSchema={validation}
|
||||||
|
validateOnMount
|
||||||
>
|
>
|
||||||
{({ errors }) => (
|
{({ errors }) => (
|
||||||
<Form noValidate>
|
<Form noValidate>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue