why tf did I make this optional???

This commit is contained in:
MotorTruck1221 2024-10-02 18:45:18 -06:00
parent d313ac55d9
commit ac3154e334
No known key found for this signature in database
GPG key ID: 08F417E2B8B61EA4

View file

@ -11,7 +11,7 @@ interface SelectOptions {
}
interface Selects {
select: boolean;
name?: string;
name: string;
multiple?: boolean;
options?: SelectOptions[];
}