lemeryfertitta / Climbdex

Search engine for training board climbs
https://climbdex.com
MIT License
42 stars 10 forks source link

Min/max grade set to undefined after returning to filter selection #61

Closed lemeryfertitta closed 3 months ago

lemeryfertitta commented 3 months ago

Steps to reproduce:

  1. Search for climbs (any filters).
  2. Return to filter selection using the back button or the link
  3. Search for climbs again.

The min/max grade are set to "undefined" which causes a 500 error on the search API call.

brmnjsh commented 3 months ago

I've resolved this issue, and created a PR

lemeryfertitta commented 3 months ago

Deployed! Thanks @brmnjsh