From 9e3b4cd296733087712f6b2a965289250fe63642 Mon Sep 17 00:00:00 2001 From: Sergio Betanzos Date: Tue, 28 Jun 2022 17:14:34 +0200 Subject: [PATCH] M #~: Minor fix to deploy form (#2194) --- src/fireedge/src/client/components/Tables/Vms/actions.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/fireedge/src/client/components/Tables/Vms/actions.js b/src/fireedge/src/client/components/Tables/Vms/actions.js index ece85dc1de..b33284ed88 100644 --- a/src/fireedge/src/client/components/Tables/Vms/actions.js +++ b/src/fireedge/src/client/components/Tables/Vms/actions.js @@ -374,7 +374,6 @@ const Actions = () => { form: MigrateForm, dialogProps: { title: T.Deploy, - subheader: SubHeader, dataCy: `modal-${VM_ACTIONS.DEPLOY}`, }, onSubmit: (rows) => async (formData) => {