This pull request addresses an issue with the export CSV functionality, where the wrong URL was being used for the Axios request. The URL has been corrected to ensure that the correct organization ID is included in the endpoint path.
Changes proposed
What were you told to do?
What did you do?
Corrected the export CSV functionality by updating the Axios call URL to include the correct organization ID (currentOrgId) in the endpoint path.
Description
This pull request addresses an issue with the export CSV functionality, where the wrong URL was being used for the Axios request. The URL has been corrected to ensure that the correct organization ID is included in the endpoint path.
Changes proposed
What were you told to do?
What did you do?
Corrected the export CSV functionality by updating the Axios call URL to include the correct organization ID (currentOrgId) in the endpoint path.
Check List (Check all the applicable boxes)
🚨Please review the contribution guideline for this repository.
Screenshots/Videos