diff --git a/src/components/settings/SettingsCard.astro b/src/components/settings/SettingsCard.astro index a2f31c1..f918c57 100644 --- a/src/components/settings/SettingsCard.astro +++ b/src/components/settings/SettingsCard.astro @@ -11,7 +11,7 @@ interface SelectOptions { } interface Selects { select: boolean; - name?: string; + name: string; multiple?: boolean; options?: SelectOptions[]; }