Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit91e19e8

Browse files
fix: format Link component to match linting requirements
Co-authored-by: matifali <10648092+matifali@users.noreply.github.com>
1 parentff4fc2f commit91e19e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎site/src/pages/CreateWorkspacePage/CreateWorkspacePageView.tsx‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,9 @@ export const CreateWorkspacePageView: FC<CreateWorkspacePageViewProps> = ({
225225
<Stackdirection="row"spacing={2}>
226226
{canUpdateTemplate&&(
227227
<ButtonasChildsize="sm"variant="outline">
228-
<Linkto={`/templates/${template.organization_name}/${template.name}/versions/${versionId}/edit`}>
228+
<Link
229+
to={`/templates/${template.organization_name}/${template.name}/versions/${versionId}/edit`}
230+
>
229231
<ExternalLinkIcon/>
230232
View source
231233
</Link>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp