fix: remove option label when type is radio
All checks were successful
/ deploy_site (push) Successful in 3m45s
All checks were successful
/ deploy_site (push) Successful in 3m45s
This commit is contained in:
parent
314e0e76f8
commit
76fe3e8083
@ -145,8 +145,6 @@ export const TransformGridItem: FC<TransformGridItemProp> = ({ transform }) => {
|
||||
key={i}
|
||||
onChange={onRadioOptionChanged(option)}
|
||||
className={style.optionItem}>
|
||||
<p>{option.label ?? option.key}:</p>
|
||||
|
||||
{option.radios.map((radio, i2) => (
|
||||
<label key={i2}>
|
||||
<p>{radio.label ?? radio.value}:</p>
|
||||
|
Loading…
Reference in New Issue
Block a user