Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(web): Fix web ui not fetching data on macOS sometimes
Apparently there's a bug in Chrome on macOS that the browser reports that there is no internet connectivity, and this prevents svelte-query from fetching results. Fix it by trying to fetch results at least once when there is no network connectivity.
- Loading branch information