add mark as read button for notification table
This commit is contained in:
@@ -96,6 +96,7 @@ export function NotificationsList() {
|
||||
className="notifications-list-action"
|
||||
>
|
||||
{(selectedFiles.size !== 0) && (
|
||||
<>
|
||||
<button
|
||||
className="btn btn-primary"
|
||||
onClick={() => {
|
||||
@@ -104,6 +105,16 @@ export function NotificationsList() {
|
||||
>
|
||||
{t('deselect')}
|
||||
</button>
|
||||
|
||||
<button
|
||||
className="btn btn-primary"
|
||||
onClick={() => {
|
||||
clearHandler();
|
||||
}}
|
||||
>
|
||||
{t('mark-all-as-read')}
|
||||
</button>
|
||||
</>
|
||||
)}
|
||||
<button
|
||||
className="btn btn-primary"
|
||||
|
||||
Reference in New Issue
Block a user