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

B OpenNebula/one#6616: Ensure vmBackupConfig is defined (#3174)

Signed-off-by: Victor Hansson <vhansson@opennebula.io>
This commit is contained in:
vichansson 2024-07-29 11:08:36 +03:00 committed by GitHub
parent 5f488baf6a
commit 75bd5eb2db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 =