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:
Jackson Harper 2023-02-09 16:01:58 +08:00 committed by GitHub
commit cd5429d5fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -686,6 +686,7 @@ export const updatePagesAsync = async (
state: [
ArticleSavingRequestStatus.Succeeded,
ArticleSavingRequestStatus.Failed,
ArticleSavingRequestStatus.Processing,
],
},
},