unipept / unipept-desktop

This is the desktop application that accompanies the Unipept project.
https://unipept.ugent.be
MIT License
7 stars 0 forks source link

Error is thrown when no assay exists #247

Closed pverscha closed 2 years ago

pverscha commented 2 years ago

An error is thrown when no assays exists in a project. The error itself does not break the application, everything still works, but it should nonetheless not occur.

Error details:

vue.runtime.esm.js?c320:3019 TypeError: Cannot read properties of undefined (reading 'analysisReady')
    at VueComponent.activeAssayChanged (App.vue?38a5:106:1)
    at invokeWithErrorHandling (vue.runtime.esm.js?c320:2987:1)
    at Watcher.run (vue.runtime.esm.js?c320:3503:1)
    at flushSchedulerQueue (vue.runtime.esm.js?c320:4090:1)
    at Array.eval (vue.runtime.esm.js?c320:3113:1)
    at flushCallbacks (vue.runtime.esm.js?c320:3035:1)
pverscha commented 2 years ago

Fixed in #249.