entropy-lab / entropy

BSD 3-Clause "New" or "Revised" License
30 stars 13 forks source link

Dashboard: When the 'success' filter empties the experiments table, the UI incorrectly "halts" #222

Open urig opened 2 years ago

urig commented 2 years ago

Steps to reproduce:

  1. Create a new Entropy project and an experiment in it once.
  2. Open the dashboard on the project and see that the experiment run appears in it.
  3. If the experiment succeeded, uncheck the checkbox for success (✔), otherwise do the same for the failure checkbox (❌)

Expected behavior:

The experiment table should appear empty but otherwise the dashboard should remain functional.

Actual behavior

A modal window blocks access to the dashboard. You cannot use the dashboard unless you refresh the browser page.

urig commented 2 years ago

@galwiner did I write this up correctly? :)