add new inputs and disable all item and stop ability of updating(just show data)

This commit is contained in:
2024-01-02 15:43:10 +03:30
parent c32948f8dc
commit b7181ab764
2 changed files with 59 additions and 26 deletions

View File

@@ -21,8 +21,8 @@ function SelectBox({
return (
<FormControl
disabled={disabled || false}
variant={variant}
fullWidth
variant={variant}
size="small"
error={error}
>