mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add some more debug
This commit is contained in:
parent
c3084d668e
commit
1668f4c8bc
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ export function useGetLabelsQuery(): LabelsQueryResponse {
|
|||
`
|
||||
|
||||
const { data, mutate, error, isValidating } = useSWR(query, publicGqlFetcher)
|
||||
console.log(' getting labels: ', isValidating)
|
||||
|
||||
try {
|
||||
if (data) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue