Skip to content

Commit 8900275

Browse files
authored
Fix typo of export CSV button label (#1766)
2 parents 4edfc08 + ee20d3b commit 8900275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/src/pages/detail/detailHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ const DetailHeader = ({
151151
) : (
152152
<>
153153
<ExportButton label="exportJson" onClick={handleJsonExport} />
154-
<ExportButton label="exportCSV" onClick={handleCSVExport} />
154+
<ExportButton label="exportCsv" onClick={handleCSVExport} />
155155
<EditButton onClick={startEditing} />
156156
</>
157157
))}

0 commit comments

Comments
 (0)