fix: join project button (#873)
This commit is contained in:
parent
1627a587ee
commit
be5ef61428
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ export const JoinProject: React.FC = () => {
|
|||
project_ids: [projectId as string],
|
||||
})
|
||||
.then(async () => {
|
||||
await mutate(USER_PROJECT_VIEW(workspaceSlug.toString()));
|
||||
await mutate(USER_PROJECT_VIEW(projectId.toString()));
|
||||
setIsJoiningProject(false);
|
||||
})
|
||||
.catch((err) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue