fix: Flash of empty state on paginated lists (#3351)
* fix: Flash of empty state on paginated lists fix: Typing of PaginatedList to generic * test * test
This commit is contained in:
@@ -163,6 +163,7 @@ export type PaginationParams = {
|
||||
};
|
||||
|
||||
export type SearchResult = {
|
||||
id: string;
|
||||
ranking: number;
|
||||
context: string;
|
||||
document: Document;
|
||||
|
||||
Reference in New Issue
Block a user