Skip to content

fix: prompt when parameter options are incompatible #9247

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 13 commits into from
Aug 23, 2023
Prev Previous commit
Next Next commit
WIP
  • Loading branch information
mtojek committed Aug 22, 2023
commit 0635b5c3511e103cb84cb984dac5c4b1b813ccea
3 changes: 0 additions & 3 deletions site/src/pages/WorkspacePage/UpdateBuildParametersDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ export const UpdateBuildParametersDialog: FC<
onUpdate(values.rich_parameter_values)
},
})
form.values = {
rich_parameter_values: initialRichParameterValues,
}
const getFieldHelpers = getFormHelpers(form)
const { t } = useTranslation("workspacePage")

Expand Down