mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
feat: allow masking workspace parameter inputs (#18595)
This commit is contained in:
@ -816,6 +816,7 @@ func PreviewParameter(param previewtypes.Parameter) codersdk.PreviewParameter {
|
||||
Placeholder: param.Styling.Placeholder,
|
||||
Disabled: param.Styling.Disabled,
|
||||
Label: param.Styling.Label,
|
||||
MaskInput: param.Styling.MaskInput,
|
||||
},
|
||||
Mutable: param.Mutable,
|
||||
DefaultValue: PreviewHCLString(param.DefaultValue),
|
||||
|
Reference in New Issue
Block a user