m-lab / murakami-viz

A visualization service of Murakami tests using Koa and React.
Apache License 2.0
1 stars 1 forks source link

Admin Location interface updates #53

Closed rudietuesdays closed 4 years ago

rudietuesdays commented 4 years ago

Fixes #45 and #48

jheretic commented 4 years ago

If you click on a library immediately after creating it, it calls /api/v1/libraries/undefined and the dashboard shows "No library to display. Contact an admin for help." This doesn't happen if the page is reloaded, I'm guessing the library id is not getting populated in the page state when the table is dynamically updated.