fix bug selector

This commit is contained in:
Ehsan
2024-10-19 23:37:39 +03:30
parent 904b19017e
commit a3699f1e42
7 changed files with 26 additions and 18 deletions
+1
View File
@@ -4,6 +4,7 @@ function Radios({ group, value, changeData }) {
return (
<RadioGroup
value={value}
className="radio-mui"
onChange={(e) => changeData(e.target.value)}
sx={{
"& .MuiFormControlLabel-root": {