fix(xo-web/new-vm): isDiskTemplate → _isDiskTemplate (#7311)

This commit is contained in:
Pierre Donias 2024-01-15 16:51:55 +01:00 committed by GitHub
parent ea19b0851f
commit 302f7fb85e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -470,7 +470,7 @@ export default class NewVm extends BaseComponent {
const data = {
affinityHost: state.affinityHost && state.affinityHost.id,
clone: !this.isDiskTemplate && state.fastClone,
clone: !this._isDiskTemplate && state.fastClone,
existingDisks: state.existingDisks,
installation,
name_label: state.name_label,