mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
MM-52451: always show mark all threads as read button (#23100)
Enables the "Mark All Threads as Read" button even when you don't have unreads. This is done as a temporary action to mitigate the phantom unread mentions pending issue.
This commit is contained in:
parent
b143a882be
commit
466304e653
@ -52,7 +52,6 @@ exports[`components/threading/global_threads/thread_list should match snapshot 1
|
||||
>
|
||||
<Memo(Button)
|
||||
className="Button___large Button___icon"
|
||||
disabled={false}
|
||||
id="threads-list__mark-all-as-read"
|
||||
marginTop={true}
|
||||
onClick={[Function]}
|
||||
|
@ -233,7 +233,6 @@ const ThreadList = ({
|
||||
>
|
||||
<Button
|
||||
id={'threads-list__mark-all-as-read'}
|
||||
disabled={!someUnread}
|
||||
className={'Button___large Button___icon'}
|
||||
onClick={handleOpenMarkAllAsReadModal}
|
||||
marginTop={true}
|
||||
|
Loading…
Reference in New Issue
Block a user