forked from github/plane
fix: notification count mutation fix (#2053)
This commit is contained in:
parent
74bf9062b4
commit
441e83eba6
@ -299,6 +299,7 @@ const useUserNotification = () => {
|
||||
})
|
||||
.finally(() => {
|
||||
notificationMutate();
|
||||
mutateNotificationCount();
|
||||
});
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user