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

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

(cherry picked from commit 9e3b4cd296733087712f6b2a965289250fe63642)
This commit is contained in:
Sergio Betanzos 2022-06-28 17:14:34 +02:00 committed by Tino Vazquez
parent be3a936e00
commit 8e20330189

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) => {