mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #1784 from omnivore-app/fix/bulk-processing-status
Operate on pages in processing state during bulk operations
This commit is contained in:
commit
cd5429d5fa
1 changed files with 1 additions and 0 deletions
|
|
@ -686,6 +686,7 @@ export const updatePagesAsync = async (
|
|||
state: [
|
||||
ArticleSavingRequestStatus.Succeeded,
|
||||
ArticleSavingRequestStatus.Failed,
|
||||
ArticleSavingRequestStatus.Processing,
|
||||
],
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue