mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
rename the ComputingTheChanges to ComputingDocumentChanges in the edit document progress
This commit is contained in:
parent
5d682b4700
commit
ad4dc70720
2 changed files with 2 additions and 2 deletions
|
@ -147,7 +147,7 @@ make_enum_progress! {
|
|||
make_enum_progress! {
|
||||
pub enum DocumentEditionProgress {
|
||||
RetrievingConfig,
|
||||
ComputingTheChanges,
|
||||
ComputingDocumentChanges,
|
||||
Indexing,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue