fix: dashboard workspace activity mutation (#742)
This commit is contained in:
parent
9b1ae6bcd4
commit
98e6d3de22
1 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,8 @@ const WorkspacePage: NextPage = () => {
|
|||
);
|
||||
|
||||
useEffect(() => {
|
||||
if (!workspaceSlug) return;
|
||||
|
||||
mutate(USER_WORKSPACE_DASHBOARD(workspaceSlug as string));
|
||||
}, [month, workspaceSlug]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue