Router warning when opening the corpus workflow page
[vue-router] missing param for named route "navigation": Expected "corpusId" to be defined
This warning is caused by corpus
being an async computed property in CorpusWorkflow
; corpus.id
is temporarily undefined
until the property resolves.