This commit is contained in:
AmirHossein Mahmoodi
2023-12-20 13:46:44 +03:30
10 changed files with 737 additions and 291 deletions

View File

@@ -13,14 +13,15 @@ function SelectBox({
disabled,
helperText,
isLoading,
errorEcured
errorEcured,
variant = "outlined"
}) {
const t = useTranslations();
return (
<FormControl
disabled={disabled || false}
variant={"outlined"}
variant={variant}
fullWidth
size="small"
error={error}