fix: team roadmap not taking to team version

pull/5578/head
Kamran Ahmed 6 months ago
parent c3bcaa7489
commit 8ceedadd22
  1. 2
      src/components/TeamRoadmapsList/TeamRoadmaps.tsx

@ -566,7 +566,7 @@ export function TeamRoadmaps() {
)} )}
<a <a
href={`/${resourceConfig.resourceId}`} href={`/${resourceConfig.resourceId}?t=${teamId}`}
className={ className={
'ml-2 flex items-center gap-2 rounded-md border border-gray-300 bg-white px-2 py-1.5 text-xs hover:bg-gray-50 focus:outline-none' 'ml-2 flex items-center gap-2 rounded-md border border-gray-300 bg-white px-2 py-1.5 text-xs hover:bg-gray-50 focus:outline-none'
} }

Loading…
Cancel
Save