Skip to content

Commit

Permalink
fix(xo-web/new-vm): isDiskTemplate → _isDiskTemplate (#7311)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdonias committed Jan 15, 2024
1 parent ea19b08 commit 302f7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xo-web/src/xo-app/new-vm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 302f7fb

Please sign in to comment.