FIX: ensures bulk-select on messages page is working (#27291)

The issue was simple, we were just not returning the helper in the `user-private-messages` controller which was preventing any action to happen.

Follow up: we should write specs for this toggle.
This commit is contained in:
Joffrey JAFFEUX 2024-06-03 02:04:38 +02:00 committed by GitHub
parent 510c022131
commit 50e573e797
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ export default class extends Controller {
@readOnly("site.can_tag_pms") pmTaggingEnabled;
get bulkSelectHelper() {
this.userTopicsList.bulkSelectHelper;
return this.userTopicsList.bulkSelectHelper;
}
get messagesDropdownValue() {