Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
lpakula committed Aug 18, 2022
1 parent ef690fe commit 026fffa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/handlers/MessageSelectHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ class MessageSelectHandler {
{
this.inboxyStyler.markSelectedBundlesFor(
this.selectiveBundling.findRelevantLabels(message));
this.inboxyStyler.disableBulkActionsIfNecessary();
this.inboxyStyler.markSelectedBundlesFor(
this.selectiveBundling.findRelevantLabels(message).map(l => l.title));
this.inboxyStyler.disableBulkArchiveIfNecessary();
this.inboxyStyler.disableBulkActionsIfNecessary();
}
});
});
}
}

Expand Down

0 comments on commit 026fffa

Please sign in to comment.