diff --git a/www/manager6/qemu/OSTypeEdit.js b/www/manager6/qemu/OSTypeEdit.js index 438d7c6b..fad56e8a 100644 --- a/www/manager6/qemu/OSTypeEdit.js +++ b/www/manager6/qemu/OSTypeEdit.js @@ -37,7 +37,7 @@ Ext.define('PVE.qemu.OSTypeInputPanel', { if (widgets.length === 1) { widgets[0].setValue(newValue); } else { - throw 'non unique widget :' + widget + ' in Wizard'; + // ignore multiple disks, we only want to set the type if there is a single disk } }, },