mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: notification count mutation fix (#2053)
This commit is contained in:
parent
74bf9062b4
commit
441e83eba6
@ -299,6 +299,7 @@ const useUserNotification = () => {
|
|||||||
})
|
})
|
||||||
.finally(() => {
|
.finally(() => {
|
||||||
notificationMutate();
|
notificationMutate();
|
||||||
|
mutateNotificationCount();
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user