You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When toggling between various ranges, if you selected a range twice in a row then it would pass a blank / null value. As a workaround, I added in a few lines to catch a null value and instead pass the default range value instead.
To Reproduce
Steps to reproduce the behavior:
Go to the events result page
Select 30 days from the dropdown
Select 30 days again
Expected behavior
Selected ranges - regardless of the amount of times it is selected - shouldn't result in a null value existing.
The text was updated successfully, but these errors were encountered:
Describe the bug
When toggling between various ranges, if you selected a range twice in a row then it would pass a blank / null value. As a workaround, I added in a few lines to catch a null value and instead pass the default range value instead.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Selected ranges - regardless of the amount of times it is selected - shouldn't result in a null value existing.
The text was updated successfully, but these errors were encountered: