fix: handleClose function of the export modal (#2124)
This commit is contained in:
parent
1872dff00d
commit
49d0b3f4a1
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ const IntegrationGuide = () => {
|
|||
);
|
||||
|
||||
const handleCsvClose = () => {
|
||||
router.replace(`/plane/settings/exports`);
|
||||
router.replace(`/${workspaceSlug?.toString()}/settings/exports`);
|
||||
};
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue