mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add siteName in search result web
This commit is contained in:
parent
8f75c43658
commit
2aadd6d200
1 changed files with 2 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ export type LibraryItemNode = {
|
|||
annotation: string
|
||||
state: State
|
||||
pageType: PageType
|
||||
siteName?: string
|
||||
}
|
||||
|
||||
export type PageInfo = {
|
||||
|
|
@ -125,6 +126,7 @@ export function useGetLibraryItemsQuery({
|
|||
quote
|
||||
annotation
|
||||
state
|
||||
siteName
|
||||
}
|
||||
}
|
||||
pageInfo {
|
||||
|
|
|
|||
Loading…
Reference in a new issue