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
The mnemonic search result code breaks if some optional settings in the limits config aren't present. The check to handle this [1] is not catching the missing option and this results in attempts to access a member of undefined further down the code.
The mnemonic search result code breaks if some optional settings in the limits config aren't present. The check to handle this [1] is not catching the missing option and this results in attempts to access a member of
undefined
further down the code.[1] https://github.jpl.nasa.gov/bliss/bliss-gui/blob/master/bliss/gui/static/js/bliss/gui/Search.js#L206
The text was updated successfully, but these errors were encountered: