Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update the load_uuids_stats callback
Not having an Output caused this to be executed upon loading the dashboard, before we are even on the Data page. Added store-loaded-uuids as the Output This causes the loading spinner to not go away, because dash is 'waiting' for the Output. We can manually hide it after and reinstate it when the callback stops running by using the `running=` param Also, make this callback cancelable. Anytime the tab changes, if we were running the callback we can stop that call.
- Loading branch information