Skip to content

Commit 883f178

Browse files
committed
feat: add long cases
1 parent 2dc7552 commit 883f178

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

apps/web/src/hooks/useInstrumentVisualization.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ export function useInstrumentVisualization({ params }: UseInstrumentVisualizatio
100100
return csv;
101101
});
102102
break;
103+
case 'CSV Long':
104+
break;
103105
case 'JSON': {
104106
exportRecords.map((item) => {
105107
item.subjectID = params.subjectId;
@@ -123,6 +125,8 @@ export function useInstrumentVisualization({ params }: UseInstrumentVisualizatio
123125
return tsv;
124126
});
125127
break;
128+
case 'TSV Long':
129+
break;
126130
}
127131
};
128132

0 commit comments

Comments
 (0)