We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff4fc2f commit 91e19e8Copy full SHA for 91e19e8
site/src/pages/CreateWorkspacePage/CreateWorkspacePageView.tsx
@@ -225,7 +225,9 @@ export const CreateWorkspacePageView: FC<CreateWorkspacePageViewProps> = ({
225
<Stack direction="row" spacing={2}>
226
{canUpdateTemplate && (
227
<Button asChild size="sm" variant="outline">
228
- <Link to={`/templates/${template.organization_name}/${template.name}/versions/${versionId}/edit`}>
+ <Link
229
+ to={`/templates/${template.organization_name}/${template.name}/versions/${versionId}/edit`}
230
+ >
231
<ExternalLinkIcon />
232
View source
233
</Link>
0 commit comments