Skip to content

Commit

Permalink
Merge branch 'main' into refactorings
Browse files Browse the repository at this point in the history
  • Loading branch information
MiraGeowerkstatt authored Dec 17, 2024
2 parents abdc356 + 8900275 commit 915a3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/src/pages/detail/detailHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const DetailHeader = ({
) : (
<>
<ExportButton label="exportJson" onClick={handleJsonExport} />
<ExportButton label="exportCSV" onClick={handleCSVExport} />
<ExportButton label="exportCsv" onClick={handleCSVExport} />
<EditButton onClick={startEditing} />
</>
))}
Expand Down

0 comments on commit 915a3d3

Please sign in to comment.