There was an error while loading. Please reload this page.
1 parent a5bda58 commit bc56bd7Copy full SHA for bc56bd7
1 file changed
src/table/src/dataset-utils.ts
@@ -98,7 +98,7 @@ export function createNewDataEntry(
98
info,
99
color,
100
opts,
101
- data: {...validatedData, arrowTable: data.arrowTable}
+ data: data.arrowTable ? {...validatedData, arrowTable: data.arrowTable} : validatedData
102
});
103
}
104
0 commit comments