Skip to content

Commit

Permalink
pass arrayschema in React Vanilla array control renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
sdirix committed Dec 5, 2024
1 parent 5a46011 commit f2fb96c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ export const ArrayControlRenderer = ({
enabled,
errors,
translations,
arraySchema,
}: ArrayControlProps &
VanillaRendererProps & { translations: ArrayTranslations }) => {
const controlElement = uischema as ControlElement;
Expand Down Expand Up @@ -221,6 +222,7 @@ export const ArrayControlRenderer = ({
label={label}
path={path}
schema={schema}
arraySchema={arraySchema}
errors={errors}
addItem={addItem}
removeItems={removeItems}
Expand Down

0 comments on commit f2fb96c

Please sign in to comment.