Skip to content
Snippets Groups Projects
Commit c1a4cab3 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Disably caching for search query

parent 9eaa858c
No related branches found
No related tags found
1 merge request!1171Resolve "Permission check in searchbar is broken"
......@@ -55,6 +55,7 @@ export default {
skip() {
return !this.q;
},
fetchPolicy: "network-only",
},
},
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment