TP-30510 | resolved click issue in radio button renderer (#89)

This commit is contained in:
rishabh patni
2023-06-15 14:15:06 +05:30
committed by GitHub Enterprise
parent 80d0a14deb
commit 7e19d1a36a

View File

@@ -78,7 +78,7 @@ class RadioButtonRenderer :
actions = updatedData?.onClick?.actions
)
.alpha(property.alpha ?: 1.0f),
onClick = {}
onClick = null
)
}
}