"Create a workspace" button in the success banner after publishing a template version uses an onClick handler with navigate(), so it renders as a plain <button> element. This means users cannot right-click to open in a new tab, middle-click, or Ctrl+click to open in a new tab.
The button should be a proper anchor (<a>) element so it behaves like a standard link while keeping the same visual appearance.
The banner appears in the template version editor after a successful publish.
This issue was created by Coder Agents on behalf of @35C4n0r.
"Create a workspace" button in the success banner after publishing a template version uses an
onClickhandler withnavigate(), so it renders as a plain<button>element. This means users cannot right-click to open in a new tab, middle-click, or Ctrl+click to open in a new tab.The button should be a proper anchor (
<a>) element so it behaves like a standard link while keeping the same visual appearance.The banner appears in the template version editor after a successful publish.