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
use enableReinitialize
  • Loading branch information
mtojek committed Aug 23, 2023
commit 75d0f41249a858be3293d55aceec9e8671e9a7e2
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export const UpdateBuildParametersDialog: FC<
onSubmit: (values) => {
onUpdate(values.rich_parameter_values)
},
enableReinitialize: true,
})
const getFieldHelpers = getFormHelpers(form)
const { t } = useTranslation("workspacePage")
Expand Down