zhuth 7 years ago
parent
commit
a33ef62908
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/saas-web/app/util/FormUtil.js

+ 1 - 1
frontend/saas-web/app/util/FormUtil.js

@@ -52,7 +52,7 @@ Ext.define('saas.util.FormUtil', {
 
         clearItems: function(items) {
             for(let i = items.length - 1; i >= 0; i--) {
-                let = item = items[i];
+                let item = items[i];
                 if(item.group == '_nogroup') {
                     item.group = undefined;
                 }