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:
parent
5f488baf6a
commit
75bd5eb2db
@ -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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user