[WEB-1889] fix: handled tapping on a notification in Notifications from mobile in inbox issue and issue peek overview component (#5074)
* fix: handled tapping on a notification in Notifications from mobile in inbox issue and issue peekoverview component * fix: code cleanup * fix: code cleanup on workspace notification store * fix: updated selected notification on workspace notification store
This commit is contained in:
parent
a623456e63
commit
7767be2e21
10 changed files with 131 additions and 99 deletions
|
|
@ -90,7 +90,7 @@ export type TUnreadNotificationsCount = {
|
|||
mention_unread_notifications_count: number;
|
||||
};
|
||||
|
||||
export type TCurrentSelectedNotification = {
|
||||
export type TNotificationLite = {
|
||||
workspace_slug: string | undefined;
|
||||
project_id: string | undefined;
|
||||
notification_id: string | undefined;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue