diff --git a/js/src/views/Event/GroupEvents.vue b/js/src/views/Event/GroupEvents.vue index 7a5546eae..e405190f0 100644 --- a/js/src/views/Event/GroupEvents.vue +++ b/js/src/views/Event/GroupEvents.vue @@ -41,6 +41,7 @@ v-if="isCurrentActorAGroupModerator" :to="{ name: RouteName.CREATE_EVENT, + query: { actorId: group.id }, }" class="button is-primary" >{{ $t("+ Create an event") }}