diff --git a/form/KVComboBox.js b/form/KVComboBox.js index 120c13b..d8167ac 100644 --- a/form/KVComboBox.js +++ b/form/KVComboBox.js @@ -5,7 +5,7 @@ * deleteEmpty: if set to true (default), an empty value received from the * comboBox will reset the property to its default value */ -Ext.define('proxmox.form.KVComboBox', { +Ext.define('Proxmox.form.KVComboBox', { extend: 'Ext.form.field.ComboBox', alias: 'widget.proxmoxKVComboBox',