why tf did I make this optional???
This commit is contained in:
parent
d313ac55d9
commit
ac3154e334
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ interface SelectOptions {
|
|||
}
|
||||
interface Selects {
|
||||
select: boolean;
|
||||
name?: string;
|
||||
name: string;
|
||||
multiple?: boolean;
|
||||
options?: SelectOptions[];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue