mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Revert change to useGetLabelsQuery.tsx
This commit is contained in:
parent
18f970e778
commit
74c2969b03
1 changed files with 1 additions and 7 deletions
|
|
@ -31,13 +31,7 @@ export function useGetLabelsQuery(): LabelsQueryResponse {
|
|||
}
|
||||
}
|
||||
}
|
||||
fragment LabelFields on Label {
|
||||
id
|
||||
name
|
||||
color
|
||||
description
|
||||
createdAt
|
||||
}
|
||||
${labelFragment}
|
||||
`
|
||||
|
||||
const { data, mutate, isValidating } = useSWR(query, publicGqlFetcher)
|
||||
|
|
|
|||
Loading…
Reference in a new issue