chore: archival of modules, cycles and issues enhancement. (#4100)

This commit is contained in:
Prateek Shourya 2024-04-03 18:19:34 +05:30 committed by GitHub
parent 91d85ffed0
commit 4c97098218
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 48 additions and 47 deletions

View file

@ -41,7 +41,7 @@ export const ArchiveModuleModal: React.FC<Props> = (props) => {
message: "Your archives can be found in project archives.",
});
onClose();
router.push(`/${workspaceSlug}/projects/${projectId}/archives/modules?peekModule=${moduleId}`);
router.push(`/${workspaceSlug}/projects/${projectId}/modules`);
})
.catch(() =>
setToast({