comet-ml / kangas

🦘 Explore multimedia datasets at scale
https://github.com/comet-ml/kangas/wiki
Apache License 2.0
1.04k stars 46 forks source link

Fix debounce issue in filter bar #120

Closed caleb-kaiser closed 1 year ago

caleb-kaiser commented 1 year ago

In certain circumstances, the filter bar will flag a valid filter expression as invalid and prevent submission. This fixes the issue by removing an unnecessary check performed by the validator function.