Files
backstage/plugins/scaffolder-react/src
Rich Barton-Cooper 8cdd846abc fix: merge uiSchema and formContext in Stepper component
This commit ensures that the uiSchema and formContext are merged in the
Stepper component form, with the non-props values taking precedence over
the props values.

The uiSchemas are deep-merged using `lodash.merge` to ensure that nested
values are correctly merged.

Signed-off-by: Rich Barton-Cooper <rich@syntasso.io>
2024-07-22 15:55:23 +01:00
..