chore: archival of modules, cycles and issues enhancement. (#4100)
This commit is contained in:
parent
91d85ffed0
commit
4c97098218
11 changed files with 48 additions and 47 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue