bigomics / omicsplayground

Visual self-service analytics platform for big omics data.
http://www.bigomics.ch
Other
118 stars 35 forks source link

Update labeltype input selector when datasets is changed #1094

Closed mauromiguelm closed 2 months ago

mauromiguelm commented 2 months ago

This pull request updates the labeltype input selector when the datasets are changed. Previously, when the labeltype was updated via different pgx data types, the selector choice was not updated accordingly. This PR fixes that issue by checking if the selected labeltype matches the current labeltype, and if not, updating the selector to reflect the current labeltype.