diff --git a/components/AssignedCrew.vue b/components/AssignedCrew.vue index bc0cd61..481dd67 100644 --- a/components/AssignedCrew.vue +++ b/components/AssignedCrew.vue @@ -29,7 +29,6 @@ defineProps<{ edit?: boolean }>(); const usersStore = useUsersStore(); -await usersStore.fetch(); const assignedIds = defineModel>({ required: true }); const assigned = computed( () => [...assignedIds.value].map( diff --git a/components/CardEvent.vue b/components/CardEvent.vue index 1a81b64..6a4d5a0 100644 --- a/components/CardEvent.vue +++ b/components/CardEvent.vue @@ -5,6 +5,9 @@