diff --git a/client/components/Search/AuthorList/AuthorList.vue b/client/components/Search/AuthorList/AuthorList.vue index 7008e7b..d125ee1 100644 --- a/client/components/Search/AuthorList/AuthorList.vue +++ b/client/components/Search/AuthorList/AuthorList.vue @@ -382,7 +382,7 @@ class AuthorList extends BaseList { if (data) { this.list.queryFound = 1; this.list.totalFound = 1; - this.searchResult = {author: [author]}; + this.searchResult = {found: [author]}; await this.updateTableData(); return; }