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 6fdc046 commit ea01ac5Copy full SHA for ea01ac5
site/src/pages/CreateWorkspacePage/CreateWorkspacePageView.tsx
@@ -387,7 +387,7 @@ export const CreateWorkspacePageView: FC<CreateWorkspacePageViewProps> = ({
387
selectedOption={presetOptions[selectedPresetIndex]}
388
/>
389
</Stack>
390
- {/* Only show the preset parameter visibility toggle if preset parameters are actually being modified, otherwise it is ineffectual */}
+ {/* Only show the preset parameter visibility toggle if preset parameters are actually being modified, otherwise it has no effect. */}
391
{presetParameterNames.length > 0 && (
392
<div
393
css={{
0 commit comments