04/04/24 - 21h30
parent
2b6d2372d1
commit
d8de59e27b
|
@ -274,7 +274,7 @@ function SurveyDocument() {
|
||||||
{question.type && String(question.type) === "bool" &&
|
{question.type && String(question.type) === "bool" &&
|
||||||
<div>
|
<div>
|
||||||
<FormControl>
|
<FormControl>
|
||||||
<FormLabel id="demo-row-radio-buttons-group-label">Gender</FormLabel>
|
|
||||||
<RadioGroup
|
<RadioGroup
|
||||||
row
|
row
|
||||||
aria-labelledby="demo-row-radio-buttons-group-label"
|
aria-labelledby="demo-row-radio-buttons-group-label"
|
||||||
|
|
Loading…
Reference in New Issue