mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: Only show mutable parameters on workspace settings form (#6690)
This commit is contained in:
@@ -79,7 +79,7 @@ export const WorkspaceSettingsForm: FC<{
|
||||
description={t("parametersDescription")}
|
||||
>
|
||||
<FormFields>
|
||||
{settings.templateVersionRichParameters.map((parameter, index) => (
|
||||
{mutableParameters.map((parameter, index) => (
|
||||
<RichParameterInput
|
||||
{...getFieldHelpers(
|
||||
"rich_parameter_values[" + index + "].value",
|
||||
|
||||
Reference in New Issue
Block a user