bugfix: indexDatatable typo in generated code

This commit is contained in:
Michael Shanks 2020-02-25 16:15:30 +00:00
parent 5e3af12984
commit 7a21c149ba
1 changed files with 1 additions and 1 deletions

View File

@ -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)} } )`