Skip to content
Snippets Groups Projects
Commit 9cb8cd39 authored by Julian's avatar Julian
Browse files

Refetch items after mount

parent f91f90fe
No related branches found
No related tags found
1 merge request!1304Refactor calendar overview in more different components
Pipeline #141819 failed
......@@ -178,6 +178,9 @@ 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