fix: user search incorrectly caching results

pull/880/head
Nicolas Giard 6 years ago committed by GitHub
parent f7ebccbb43
commit 7170433041
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -112,6 +112,7 @@ export default {
query: this.search query: this.search
} }
}, },
fetchPolicy: 'cache-and-network',
skip() { skip() {
return !this.search || this.search.length < 2 return !this.search || this.search.length < 2
}, },

Loading…
Cancel
Save