Managed to insert an ISO file
This commit is contained in:
@ -2,7 +2,7 @@ import { FormControl, InputLabel, MenuItem, Select } from "@mui/material";
|
||||
import { TextInput } from "./TextInput";
|
||||
|
||||
export interface SelectOption {
|
||||
value: string;
|
||||
value?: string;
|
||||
label: string;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user