Skip to content

Commit 0fc4289

Browse files
committed
chore: cleanup, update validation
1 parent f5d4a1c commit 0fc4289

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/pages/CreateWorkspacePage/CreateWorkspacePageViewExperimental.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export interface CreateWorkspacePageViewExperimentalProps {
7272
startPollingExternalAuth: () => void;
7373
}
7474

75-
// const getInitialParameterValues = (
75+
// const getInitialParameterValues1 = (
7676
// params: Parameter[],
7777
// autofillParams?: AutofillBuildParameter[],
7878
// ): WorkspaceBuildParameter[] => {
@@ -94,7 +94,7 @@ export interface CreateWorkspacePageViewExperimentalProps {
9494
// name: parameter.name,
9595
// value:
9696
// autofillParam &&
97-
// // isValidValue(parameter, autofillParam) &&
97+
// isValidValue(parameter, autofillParam) &&
9898
// autofillParam.source !== "user_history"
9999
// ? autofillParam.value
100100
// : parameter.default_value,

0 commit comments

Comments
 (0)