sensu / web

Open-source Web UI for Sensu Go clusters
MIT License
30 stars 22 forks source link

Page crashes when trying to use AutosuggestSelectMenu filters before data is loaded #385

Open talvala opened 2 years ago

talvala commented 2 years ago

When clicking one of AutosuggestSelectMenu filters - the page crashes with the following error: TypeError: Cannot read properties of undefined (reading 'values')

Feature Suggestion

Disabling filters until data is loaded

Context

It takes few seconds for the data to load and during that time users are trying to use filters. I have implemented a conditioned disable for those filters and would like to contribute.

jamesdphillips commented 2 years ago

Pull requests welcome.