WhatsApp/Signal/Formstack/admin updates
This commit is contained in:
parent
bcecf61a46
commit
d0cc5a21de
451 changed files with 16139 additions and 39623 deletions
|
|
@ -51,7 +51,12 @@ export const Select: FC<SelectProps> = ({
|
|||
}}
|
||||
>
|
||||
{options.map((option: SelectOption) => (
|
||||
<MenuItem key={option.value} value={option.value}>
|
||||
<MenuItem
|
||||
key={option.value}
|
||||
value={option.value}
|
||||
// @ts-ignore
|
||||
disabled={option.disabled ?? false}
|
||||
>
|
||||
{option.label}
|
||||
</MenuItem>
|
||||
))}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue