fix: handleClose function of the export modal (#2124)

This commit is contained in:
Aaryan Khandelwal 2023-09-08 13:29:06 +05:30 committed by GitHub
parent 1872dff00d
commit 49d0b3f4a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ const IntegrationGuide = () => {
);
const handleCsvClose = () => {
router.replace(`/plane/settings/exports`);
router.replace(`/${workspaceSlug?.toString()}/settings/exports`);
};
return (