mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +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;
|
||||
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…
Add table
Add a link
Reference in a new issue