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

Commitaa5b22c

Browse files
authored
chore: backportfix#20769 to 2.28 (#20872)
backport#20769 to 2.28Fix dynamic parameters for create workspace form when using autofillparams from the url
1 parent8765352 commitaa5b22c

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
@@ -119,7 +119,7 @@ export const CreateWorkspacePageViewExperimental: FC<
119119
// Only touched fields are sent to the websocket
120120
// Autofilled parameters are marked as touched since they have been modified
121121
constinitialTouched=Object.fromEntries(
122-
parameters.filter((p)=>autofillByName[p.name]).map((p)=>[p,true]),
122+
parameters.filter((p)=>autofillByName[p.name]).map((p)=>[p.name,true]),
123123
);
124124

125125
// The form parameters values hold the working state of the parameters that will be submitted when creating a workspace

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp