Skip to content

Commit

Permalink
fix expected_type for multi select
Browse files Browse the repository at this point in the history
  • Loading branch information
formsdev committed Aug 30, 2023
1 parent 200fdc2 commit d9af133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/data/open_filters.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,13 +342,13 @@
"multi_select": {
"comparators": {
"contains": {
"expected_type": "object",
"expected_type": ["object", "string"],
"format": {
"type": "uuid"
}
},
"does_not_contain": {
"expected_type": "object",
"expected_type": ["object", "string"],
"format": {
"type": "uuid"
}
Expand Down

0 comments on commit d9af133

Please sign in to comment.