diff --git a/src/fireedge/src/client/components/Forms/VmTemplate/CreateForm/Steps/ExtraConfiguration/booting/bootOrder.js b/src/fireedge/src/client/components/Forms/VmTemplate/CreateForm/Steps/ExtraConfiguration/booting/bootOrder.js
index 4f74d8e7be..279f5f32a2 100644
--- a/src/fireedge/src/client/components/Forms/VmTemplate/CreateForm/Steps/ExtraConfiguration/booting/bootOrder.js
+++ b/src/fireedge/src/client/components/Forms/VmTemplate/CreateForm/Steps/ExtraConfiguration/booting/bootOrder.js
@@ -14,7 +14,6 @@
* limitations under the License. *
* ------------------------------------------------------------------------- */
import { useMemo, useState, JSXElementConstructor } from 'react'
-import PropTypes from 'prop-types'
import { useFormContext } from 'react-hook-form'
import { NetworkAlt as NetworkIcon, BoxIso as ImageIcon } from 'iconoir-react'
@@ -224,13 +223,6 @@ const BootOrder = () => {
)
}
-BootOrder.propTypes = {
- data: PropTypes.any,
- setFormData: PropTypes.func,
- hypervisor: PropTypes.string,
- control: PropTypes.object,
-}
-
BootOrder.displayName = 'BootOrder'
export default BootOrder
diff --git a/src/fireedge/src/client/components/Forms/VmTemplate/CreateForm/Steps/ExtraConfiguration/booting/index.js b/src/fireedge/src/client/components/Forms/VmTemplate/CreateForm/Steps/ExtraConfiguration/booting/index.js
index f330f1bec2..41456ad378 100644
--- a/src/fireedge/src/client/components/Forms/VmTemplate/CreateForm/Steps/ExtraConfiguration/booting/index.js
+++ b/src/fireedge/src/client/components/Forms/VmTemplate/CreateForm/Steps/ExtraConfiguration/booting/index.js
@@ -53,14 +53,14 @@ const Booting = ({ hypervisor, ...props }) => {
sx={{ width: '100%', gridColumn: '1 / -1' }}
>
-