VEuPathDB / web-eda

Web browser code for EDA-based applications
Apache License 2.0
0 stars 0 forks source link

Subsetting: Variable UI settings are not persisting correctly #1587

Closed dmfalke closed 1 year ago

dmfalke commented 1 year ago

It seems like we're clobbering previous variable UI settings when a new one is updated.

For example

  1. Open a categorical variable and sort the table by the "Subset of..." column
  2. Open a continuous variable and modify the range
  3. Open the categorical variable from 1 above, and see that the sorting has reverted to the default.
dmfalke commented 1 year ago

This was fixed by https://github.com/VEuPathDB/web-monorepo/pull/154