diff --git a/frontend/src/pages/Community.vue b/frontend/src/pages/Community.vue index f850ccb4e..6ab7d9875 100644 --- a/frontend/src/pages/Community.vue +++ b/frontend/src/pages/Community.vue @@ -137,7 +137,13 @@ const computedKeyFromForm = computed(() => { return `${form.value.id}_${form.value.date}_${form.value.memo}_${form.value.amount}_${form.value.hours}` }) -const { onResult: onOpenCreationsResult, refetch: refetchOpenCreations } = useQuery(openCreations) +const { onResult: onOpenCreationsResult, refetch: refetchOpenCreations } = useQuery( + openCreations, + () => ({}), + { + fetchPolicy: 'network-only', + }, +) const { onResult: onListAllContributionsResult, refetch: refetchAllContributions } = useQuery( listAllContributions, () => ({