AMP-SCZ / dpdash

Deep phenotyping dashboard
Other
2 stars 1 forks source link

Bug Fix: Matrix Configurations #747

Closed Elkrival closed 4 months ago

Elkrival commented 4 months ago

This pr aims to fix a bug where the Matrix graph does not update when a new configuration is selected.

To fix this, we implement this form following the patterns of our other forms and using different mui component events to dispatch the onSubmit event. The pr also fixes warnings in the console.

Video of Bugfix