fix(xo-web): fix 'mapVdisSrs is assigned a value but never used' error (#5617)
Introduced by 90cafa126f
This commit is contained in:
parent
2e5dfa5845
commit
c82cee25a5
@ -1247,7 +1247,7 @@ export const migrateVm = async (vm, host) => {
|
||||
return
|
||||
}
|
||||
|
||||
const { mapVdisSrs, migrationNetwork, sr, targetHost } = params
|
||||
const { migrationNetwork, sr, targetHost } = params
|
||||
|
||||
if (!targetHost) {
|
||||
return error(_('migrateVmNoTargetHost'), _('migrateVmNoTargetHostMessage'))
|
||||
|
Loading…
Reference in New Issue
Block a user