Skip to content

Commit

Permalink
fix(nested list) - putting anything inside the path for the review fi…
Browse files Browse the repository at this point in the history
…xes the exception
  • Loading branch information
Jonathan Weyermann committed Feb 3, 2025
1 parent 04b04c1 commit fe8848f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ export const FormStepperReviewer = (props: CategorizationStepperLayoutReviewRend
data-testid={`jsonforms-object-list-defined-elements-dispatch`}
schema={schema}
uischema={element}
/**
* Optional instance path. Necessary when the actual data
* path can not be inferred via the UI schema element as
* it is the case with nested controls.
*/
path={'Need to put something here because of nested controls'}
enabled={enabled}
renderers={GoAReviewRenderers}
cells={cells}
Expand Down

0 comments on commit fe8848f

Please sign in to comment.