mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-25 15:51:03 +00:00
rename the ComputingTheChanges to ComputingDocumentChanges in the edit document progress
This commit is contained in:
@ -147,7 +147,7 @@ make_enum_progress! {
|
||||
make_enum_progress! {
|
||||
pub enum DocumentEditionProgress {
|
||||
RetrievingConfig,
|
||||
ComputingTheChanges,
|
||||
ComputingDocumentChanges,
|
||||
Indexing,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user