mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
fix the details
This commit is contained in:
parent
0f0cd2d929
commit
b5fe0b2b07
3 changed files with 6 additions and 0 deletions
|
@ -135,6 +135,7 @@ impl From<Details> for DetailsView {
|
|||
},
|
||||
Details::DocumentDeletionByFilter { original_filter, deleted_documents } => {
|
||||
DetailsView {
|
||||
provided_ids: Some(0),
|
||||
original_filter: Some(original_filter),
|
||||
deleted_documents: Some(deleted_documents),
|
||||
..DetailsView::default()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue