We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6843f36 commit 861d4c2Copy full SHA for 861d4c2
1 file changed
apps/web/src/hooks/useInstrumentVisualization.ts
@@ -77,7 +77,7 @@ export function useInstrumentVisualization({ params }: UseInstrumentVisualizatio
77
instrument.internal.edition
78
}_${new Date().toISOString()}`;
79
80
- const exportRecords = records.map((record) => omit(record, ['__time__']));
+ const exportRecords = records.map((record) => omit(record, ['__time__', '__id__']));
81
82
const makeWideRows = () => {
83
const columnNames = Object.keys(exportRecords[0]!);
0 commit comments