mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Dont fetch labels until we switch to elastic
This commit is contained in:
parent
160199e9d3
commit
9e82b1c8a7
1 changed files with 0 additions and 4 deletions
|
|
@ -92,9 +92,6 @@ export function useGetLibraryItemsQuery({
|
|||
cursor
|
||||
node {
|
||||
...ArticleFields
|
||||
labels {
|
||||
...LabelFields
|
||||
}
|
||||
originalArticleUrl
|
||||
}
|
||||
}
|
||||
|
|
@ -112,7 +109,6 @@ export function useGetLibraryItemsQuery({
|
|||
}
|
||||
}
|
||||
${articleFragment}
|
||||
${labelFragment}
|
||||
`
|
||||
|
||||
const variables = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue