fix: pages access (#754)

* fix: dashboard workspace activity mutation

* fix: page access operation
This commit is contained in:
Aaryan Khandelwal 2023-04-11 12:10:22 +05:30 committed by GitHub
parent f2c5bb5c03
commit 7aa0ace555
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 78 additions and 68 deletions

View file

@ -77,8 +77,8 @@ export const WorkspaceSidebarDropdown = () => {
})
)
.finally(() => {
mutateUser();
router.push("/signin");
mutateUser();
});
};