fix: Add missing project and subscriber filters to the list of filter params (#3497)
* add missing project and subscriber filters to the list of filter params * add toast message on successfully marking all notifications as read
This commit is contained in:
parent
c4efdcd704
commit
00e07443b0
4 changed files with 21 additions and 1 deletions
|
|
@ -95,6 +95,7 @@ export const NotificationHeader: React.FC<NotificationHeaderProps> = (props) =>
|
|||
<MoreVertical className="h-3.5 w-3.5" />
|
||||
</div>
|
||||
}
|
||||
closeOnSelect
|
||||
>
|
||||
<CustomMenu.MenuItem onClick={markAllNotificationsAsRead}>
|
||||
<div className="flex items-center gap-2">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue