lrf %!s(int64=2) %!d(string=hai) anos
pai
achega
1922f72d0e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/public/table-template.js

+ 1 - 1
app/public/table-template.js

@@ -23,7 +23,7 @@ module.exports = (data) => {
           propStr = `${propStr}'${p}'`;
         }
         propStr += ']';
-        refStr = `, getProp: ${propStr}`;
+        refStr += `, getProp: ${propStr}`;
       }
     }
     const str = `  ${title}: { type: ${type || 'String'}, required: ${required} ${type === 'Secret' ? ', select: false' : ''} ${def ? `, default: '${def}'` : ''}${