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

Commita94f093

Browse files
committed
fix: format
1 parentb93d804 commita94f093

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
@@ -224,7 +224,7 @@ export const CreateWorkspacePageViewExperimental: FC<
224224

225225
for(const[fieldName,isTouched]ofObject.entries(form.touched)){
226226
if(isTouched&&fieldName!==parameter.name){
227-
constparam=parameters.find(p=>p.name===fieldName);
227+
constparam=parameters.find((p)=>p.name===fieldName);
228228
if(param?.value){
229229
formInputs[fieldName]=param.value;
230230
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp