]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
date time field: fixup syntax error
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 7 Jun 2023 15:16:27 +0000 (17:16 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 7 Jun 2023 15:19:14 +0000 (17:19 +0200)
Fixes: 6883083 ("form: date time field: add alias for backward compat")
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/form/DateTimeField.js

index 0a5af160c29cc8b2897a101e906c5ff79a479086..13b1ed14ec473fb9f5f27c496503192399bc4aa1 100644 (file)
@@ -1,7 +1,7 @@
 Ext.define('Proxmox.DateTimeField', {
     extend: 'Ext.form.FieldContainer',
     // FIXME: remove once all use sites upgraded (with versioned depends on new WTK!)
-    alias: ['widget.promxoxDateTimeField']
+    alias: ['widget.promxoxDateTimeField'],
     xtype: 'proxmoxDateTimeField',
 
     layout: 'hbox',