We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ab723 commit 20dea8dCopy full SHA for 20dea8d
pkg/machines/components/diskAdd.jsx
@@ -439,7 +439,7 @@ class AddDiskModalBody extends React.Component {
439
// Reset the format only when the Format selection dropdown changes entries - otherwise just keep the old selection
440
// All pool types apart from 'disk' have either 'raw' or 'qcow2' format
441
if ((currentPool.type == 'disk' && prevPool.type != 'disk') || (currentPool.type != 'disk' && prevPool.type == 'disk'))
442
- this.onValueChanged('format', this.getDefaultVolumeFormat(value));
+ this.onValueChanged('diskFileFormat', this.getDefaultVolumeFormat(value));
443
444
if (this.state.mode === USE_EXISTING) { // user changed pool
445
this.onValueChanged('existingVolumeName', this.getDefaultVolumeName(value));
0 commit comments