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

Commit0597d26

Browse files
committed
fix: format
1 parent9e543d3 commit0597d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ export const CreateWorkspacePageViewExperimental: FC<
212212

213213
for(const[fieldName,isTouched]ofObject.entries(form.touched)){
214214
if(isTouched&&fieldName!==parameter.name){
215-
constparam=parameters.find(p=>p.name===fieldName);
215+
constparam=parameters.find((p)=>p.name===fieldName);
216216
if(param?.value){
217217
formInputs[fieldName]=param.value;
218218
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp