From f0bb89b79836b2240765d12afaf2ccf91ce440ed Mon Sep 17 00:00:00 2001 From: BrunoQuaresma Date: Tue, 25 Mar 2025 16:56:34 +0000 Subject: [PATCH] feat: mark notification as read when action is clicked --- .../notifications/NotificationsInbox/InboxItem.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/site/src/modules/notifications/NotificationsInbox/InboxItem.tsx b/site/src/modules/notifications/NotificationsInbox/InboxItem.tsx index e097a6e296963..0f66f0b71dc21 100644 --- a/site/src/modules/notifications/NotificationsInbox/InboxItem.tsx +++ b/site/src/modules/notifications/NotificationsInbox/InboxItem.tsx @@ -40,7 +40,14 @@ export const InboxItem: FC = ({ {notification.actions.map((action) => { return ( ); })}