fix(ui): radio fields are now selectable as options in filtering in query builder (#8002)

This commit is contained in:
Paul
2024-08-30 17:04:31 -06:00
committed by GitHub
parent 9816787fbf
commit cf9e13aebb

View File

@@ -109,6 +109,7 @@ export const Condition: React.FC<Props> = (props) => {
}> = {
date: DateField,
number: NumberField,
radio: Select,
relationship: RelationshipField,
select: Select,
text: Text,