mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 15:46:28 +08:00
fix(search): Cannot remove items from search (Sentry 30318)
This commit is contained in:
parent
959ce855ff
commit
b64719d09f
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class SearchMailboxPerspective extends MailboxPerspective {
|
|||
}
|
||||
|
||||
tasksForRemovingItems(threads) {
|
||||
TaskFactory.tasksForApplyingCategories({
|
||||
return TaskFactory.tasksForApplyingCategories({
|
||||
threads: threads,
|
||||
categoriesToAdd: (accountId) => {
|
||||
const account = AccountStore.accountForId(accountId)
|
||||
|
|
Loading…
Reference in a new issue