Commit 6067aa3
authored
fix: correctly set touched for autofill dynamic parameters (#20769)
this resolves #20187
This bug was introduced in PR #18894
in CreateWorkspacePageViewExperimental.tsx
This PR made a change so that the entire parameter was used instead of
just the parameter name to mark an autofilled parameter as touched.
The fix here is to just use the parameter name.1 parent f23836d commit 6067aa3
File tree
1 file changed
+1
-1
lines changed- site/src/pages/CreateWorkspacePage
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
0 commit comments