Skip to content

Commit a94f093

Browse files
committed
fix: format
1 parent b93d804 commit a94f093

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] of Object.entries(form.touched)) {
226226
if (isTouched && fieldName !== parameter.name) {
227-
const param = parameters.find(p => p.name === fieldName);
227+
const param = parameters.find((p) => p.name === fieldName);
228228
if (param?.value) {
229229
formInputs[fieldName] = param.value;
230230
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy