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
@corneliusroemer noticed this today, it only affects the advanced queries option: the advanced queries button nolonger checks if the input is valid and appears to send it as a filter to the other filter fields - this now causes an internal error
The text was updated successfully, but these errors were encountered:
* Take the "Text input - Default" story
* change the `lapisField` to "hos" (i.e. making it an invalid field)
* The component will show an error, because LAPIS shows an error
* change the `lapisField` to "host" (i.e. making it a valid field again)
Before: It would still show an error until you click "Try again"
Now: It rerenders and doesn't show an error anymore
Related to GenSpectrum/dashboards#530
)
* Take the "Text input - Default" story
* change the `lapisField` to "hos" (i.e. making it an invalid field)
* The component will show an error, because LAPIS shows an error
* change the `lapisField` to "host" (i.e. making it a valid field again)
Before: It would still show an error until you click "Try again"
Now: It rerenders and doesn't show an error anymore
Related to GenSpectrum/dashboards#530
@corneliusroemer noticed this today, it only affects the advanced queries option: the advanced queries button nolonger checks if the input is valid and appears to send it as a filter to the other filter fields - this now causes an internal error
The text was updated successfully, but these errors were encountered: