FIX: Show bulk button on PMs for all users (#13801)

This commit is contained in:
Kris 2021-07-23 12:04:18 -04:00 committed by GitHub
parent 2c10809244
commit 7d9d4bcb6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{{#unless site.mobileView}}
{{#if showToggleBulkSelect}}
{{bulk-select-button selected=selected action=(route-action "refresh")}}
{{bulk-select-button canDoBulkActions=true selected=selected action=(route-action "refresh")}}
{{/if}}
{{/unless}}