Skip to content
Snippets Groups Projects
Commit 1df97628 authored by Julian's avatar Julian
Browse files

Drop fetchPolicy in ForeignKeyField.vue

parent 5a3a7153
No related branches found
No related tags found
Loading
Pipeline #142181 passed with warnings
......@@ -89,7 +89,6 @@ export default {
items() {
return {
query: this.gqlQuery,
fetchPolicy: "cache-first",
};
},
},
......@@ -178,9 +177,6 @@ export default {
default: "actions.create",
},
},
mounted() {
this.$apollo.queries.items.refetch();
},
};
</script>
......
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