mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-28 07:18:24 +00:00
KVComboBox.js: use correct namespace
This commit is contained in:
parent
0f35d1ffdb
commit
a4eeb5939d
@ -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',
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user