[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:
guru_sainath 2024-07-08 18:52:30 +05:30 committed by GitHub
parent a623456e63
commit 7767be2e21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 131 additions and 99 deletions

View file

@ -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;