1
0
Fork 0
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:
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

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