mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 00:03:08 +00:00
fix nits
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
res.columns.forEach((c) => {
|
||||
c.values.forEach((v, i) => {
|
||||
if (data[i] == undefined) {
|
||||
data.push({ __index: i })
|
||||
data.push({ __index: params.startRow + i })
|
||||
}
|
||||
data[i][c.name] = v
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user