distributed-system-analysis/pbench-dashboard

Search page throws error when filtered using date picker

Closed this issue · 0 comments

Currently our Search page throws the following error when we filter search results using date picker component

TypeError: onChangeCallback is not a function

This happens because the datepicker expects a callback function to be executed after the date selection, currently we do not pass any in the Search page.