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 d1b159a commit 6c96c4eCopy full SHA for 6c96c4e
site/src/pages/CreateWorkspacePage/CreateWorkspacePageView.tsx
@@ -287,6 +287,10 @@ export const CreateWorkspacePageView: FC<CreateWorkspacePageViewProps> = ({
287
(preset) => preset.value === option?.value,
288
),
289
);
290
+ form.setFieldValue(
291
+ "template_version_preset_id",
292
+ option?.value,
293
+ );
294
}}
295
placeholder="Select a preset"
296
selectedOption={presetOptions[selectedPresetIndex]}
0 commit comments