forked from github/plane
fix: handleClose function of the export modal (#2124)
This commit is contained in:
parent
1872dff00d
commit
49d0b3f4a1
@ -41,7 +41,7 @@ const IntegrationGuide = () => {
|
||||
);
|
||||
|
||||
const handleCsvClose = () => {
|
||||
router.replace(`/plane/settings/exports`);
|
||||
router.replace(`/${workspaceSlug?.toString()}/settings/exports`);
|
||||
};
|
||||
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user