Unverified Commit 71704330 authored by Nicolas Giard's avatar Nicolas Giard Committed by GitHub

fix: user search incorrectly caching results

parent f7ebccbb
......@@ -112,6 +112,7 @@ export default {
query: this.search
}
},
fetchPolicy: 'cache-and-network',
skip() {
return !this.search || this.search.length < 2
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment