Missing Artifacts menu from ContextSidebar.vue #14542
Replies: 1 comment
-
👋 @matter1-git! This was a deliberate choice from #13226.
While this choice was intentional, genuinely open to feedback if you're using artifacts in a way that this choice undermines. I want to hear from others too and to that end, I'm going to convert this to a discussion. |
Beta Was this translation helpful? Give feedback.
-
First check
Bug summary
The artifacts menu has vanished from the sidebar, but the route is available upon navigating to
/artifacts
manually.To fix this, add an item in p-context-sidebar, located in
ContextSidebar.vue
:<p-context-nav-item title="Artifacts" :to="routes.artifacts()" />
Reproduction
Error
Versions (
prefect version
output)Additional context
N/A
Beta Was this translation helpful? Give feedback.
All reactions