mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
clean up after multi select
This commit is contained in:
parent
dfe2a25abf
commit
71668f8478
1 changed files with 2 additions and 0 deletions
|
|
@ -644,7 +644,9 @@ export function HomeFeedContainer(): JSX.Element {
|
|||
} catch (err) {
|
||||
showErrorToast('Error performing bulk action')
|
||||
}
|
||||
mutate()
|
||||
})()
|
||||
setMultiSelectMode('off')
|
||||
},
|
||||
[multiSelectMode, checkedItems]
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue