Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## JIRA Ticket [BSS-508](https://jira.csiro.au/browse/BSS-508) ## Description Fixed an issue where the record list would not update while offline. ## Proposed Changes - added property `networkMode: 'always'` so that query will run while offline - added property `gcTime: 0` so that query does not using caching ## How to Test 1. Disable your internet 2. Navigate to a survey 3. Create a new record 4. Verify that the new record appears in the record list ## Additional Information ## Checklist - [x] I have confirmed all commits have been signed. - [x] I have added JSDoc style comments to any new functions or classes. - [x] Relevant documentation such as READMEs, guides, and class comments are updated.
- Loading branch information