mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Set validating to false if there is an error fetching emails
This commit is contained in:
parent
948fa78ab5
commit
2b3a519ebb
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ export function useGetRecentEmailsQuery(): RecentEmailsResponse {
|
|||
console.log('error', error)
|
||||
}
|
||||
return {
|
||||
isValidating: false,
|
||||
isValidating: true,
|
||||
recentEmails: [],
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
||||
revalidate: () => {},
|
||||
|
|
|
|||
Loading…
Reference in a new issue