bugfix: indexDatatable typo in generated code
This commit is contained in:
parent
e6ca4cefae
commit
edd47cd894
|
@ -67,4 +67,4 @@ const rowCode = index =>
|
||||||
if (!${dataCollection(index)}) return
|
if (!${dataCollection(index)}) return
|
||||||
|
|
||||||
for (let ${dataItem(index)} of ${dataCollection(index)})
|
for (let ${dataItem(index)} of ${dataCollection(index)})
|
||||||
render( { ${dataItem(index)}) }`
|
render( { ${dataItem(index)} } )`
|
||||||
|
|
Loading…
Reference in New Issue