2
0
Эх сурвалжийг харах

fix: user search incorrectly caching results

Nicolas Giard 6 жил өмнө
parent
commit
7170433041

+ 1 - 0
client/components/common/user-search.vue

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