fix(ui): checkboxes as first field were crashing WhereBuilder (#10290)

Fixes an issue where if a checkbox field was in the first position of a
collection, and you tried to filter on it via the List view, the page
would crash.
This commit is contained in:
James Mikrut
2024-12-31 18:55:43 -05:00
committed by GitHub
parent ee3c2cc16f
commit f3f36d8010
4 changed files with 105 additions and 1 deletions

View File

@@ -289,6 +289,7 @@ jobs:
- fields-relationship
- fields__collections__Array
- fields__collections__Blocks
- fields__collections__Checkbox
- fields__collections__Collapsible
- fields__collections__ConditionalLogic
- fields__collections__CustomID