10000 feat: add the ability to hide preset parameters by SasSwart · Pull Request #17168 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

feat: add the ability to hide preset parameters #17168

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Apr 1, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load c F23C omments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
text sizing
  • Loading branch information
SasSwart committed Mar 31, 2025
commit f6d7a8e141c8ca4512bf5362ded072f711343328
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ export const CreateWorkspacePageView: FC<CreateWorkspacePageViewProps> = ({
checked={showPresetParameters}
onCheckedChange={setShowPresetParameters}
/>
<span>Show preset parameters</span>
<span css={styles.description}>Show preset parameters</span>
</div>
</Stack>
</Stack>
Expand Down
0