Fix bug w/ filter in URL not having any values not being respected. Add selenium test for it!!

This commit is contained in:
2023-07-26 12:39:58 -05:00
parent cd7e6b8db1
commit f189083a5a
3 changed files with 204 additions and 4 deletions

View File

@ -0,0 +1,12 @@
{
"options": [
{
"id": 1,
"label": "St. Louis"
},
{
"id": 2,
"label": "Chesterfield"
}
]
}