Skip to content

Commit

Permalink
allow seller export data
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammerDATCH committed Aug 11, 2024
1 parent d859669 commit aa03576
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/excel/exportToCSV.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const exportToCSV = (orderHistory) => {
document.body.appendChild(link);
link.click();
document.body.removeChild(link);

}
};

Expand Down

0 comments on commit aa03576

Please sign in to comment.