diff --git a/src/lib/components/cards/TeamSwitchCard.svelte b/src/lib/components/cards/TeamSwitchCard.svelte index 2e92e0f..1073210 100644 --- a/src/lib/components/cards/TeamSwitchCard.svelte +++ b/src/lib/components/cards/TeamSwitchCard.svelte @@ -82,6 +82,7 @@ headshot: headshot_blob, // NOTE: Duplicates the image, but no issue for low volume team: team_value, active: true, + started_active: false, }; try { await pb.collection("drivers").create(new_driver_data);