We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d4a1c commit 0fc4289Copy full SHA for 0fc4289
site/src/pages/CreateWorkspacePage/CreateWorkspacePageViewExperimental.tsx
@@ -72,7 +72,7 @@ export interface CreateWorkspacePageViewExperimentalProps {
72
startPollingExternalAuth: () => void;
73
}
74
75
-// const getInitialParameterValues = (
+// const getInitialParameterValues1 = (
76
// params: Parameter[],
77
// autofillParams?: AutofillBuildParameter[],
78
// ): WorkspaceBuildParameter[] => {
@@ -94,7 +94,7 @@ export interface CreateWorkspacePageViewExperimentalProps {
94
// name: parameter.name,
95
// value:
96
// autofillParam &&
97
-// // isValidValue(parameter, autofillParam) &&
+// isValidValue(parameter, autofillParam) &&
98
// autofillParam.source !== "user_history"
99
// ? autofillParam.value
100
// : parameter.default_value,
0 commit comments