mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
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 = () => {
|
const handleCsvClose = () => {
|
||||||
router.replace(`/plane/settings/exports`);
|
router.replace(`/${workspaceSlug?.toString()}/settings/exports`);
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
Loading…
Reference in New Issue
Block a user