diff --git a/src/fireedge/src/client/components/Forms/Vm/BackupForm/Steps/BasicConfiguration/index.js b/src/fireedge/src/client/components/Forms/Vm/BackupForm/Steps/BasicConfiguration/index.js index c99e7e2bf22..9e503776eb9 100644 --- a/src/fireedge/src/client/components/Forms/Vm/BackupForm/Steps/BasicConfiguration/index.js +++ b/src/fireedge/src/client/components/Forms/Vm/BackupForm/Steps/BasicConfiguration/index.js @@ -44,7 +44,7 @@ const Content = (props) => { isFetching: fetchingVms, } = useGetVmQuery({ id }) - const vmBackupsConfig = vm?.BACKUPS?.BACKUP_CONFIG + const vmBackupsConfig = vm?.BACKUPS?.BACKUP_CONFIG || {} const incrementalBackupImageId = vm?.BACKUPS?.BACKUP_IDS?.ID const incrementalBackups =