Hello, I noticed that there is a bug in `Prefect Release 3.0.0rc10` in the `ContextSidebar.vue` comp...
c
Hello, I noticed that there is a bug in
Prefect Release 3.0.0rc10
in the
ContextSidebar.vue
component. The artifacts route seems to have been removed or forgotten about. Is it intended or can I open a github issue for it? Fix: Add
<p-context-nav-item title="Artifacts" :to="routes.artifacts()" />
inside the
p-context-sidebar
tag