Skip to content

Commit 6348fd2

Browse files
committed
🧹
1 parent 73088e9 commit 6348fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/TemplateVersionPage/TemplateVersionPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export const TemplateVersionPage: FC = () => {
5858
)}/workspace?${params.toString()}`;
5959
}
6060
return undefined;
61-
}, [templateName, versionId, organizationName]);
61+
}, [getLink, templateName, versionId, organizationName]);
6262

6363
return (
6464
<>

0 commit comments

Comments
 (0)