1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

M #~: Minor fix to deploy form (#2194)

This commit is contained in:
Sergio Betanzos 2022-06-28 17:14:34 +02:00 committed by GitHub
parent 72a5e6d3ed
commit 9e3b4cd296
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -374,7 +374,6 @@ const Actions = () => {
form: MigrateForm,
dialogProps: {
title: T.Deploy,
subheader: SubHeader,
dataCy: `modal-${VM_ACTIONS.DEPLOY}`,
},
onSubmit: (rows) => async (formData) => {