ui: fix typo in comment

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-03-10 15:24:39 +01:00
parent 3f6c2efb8d
commit 8b7f3b8f1d
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ Ext.define('PBS.form.CalendarEvent', {
config: { config: {
deleteEmpty: true, deleteEmpty: true,
}, },
// overide framework function to implement deleteEmpty behaviour // override framework function to implement deleteEmpty behaviour
getSubmitData: function() { getSubmitData: function() {
let me = this, data = null; let me = this, data = null;
if (!me.disabled && me.submitValue) { if (!me.disabled && me.submitValue) {