diff --git a/components/form/builder/src/InlineButton/index.js b/components/form/builder/src/InlineButton/index.js index c75d016b3..82ce63c88 100644 --- a/components/form/builder/src/InlineButton/index.js +++ b/components/form/builder/src/InlineButton/index.js @@ -66,7 +66,7 @@ const InlineButton = ({inlineButton, tabIndex, onChange, errors, alerts, rendere > {rendererResponse?.children || - datalist.map(button => ( + datalist.map((button, index) => ( onClickHandler(button.value)} role="radio" type="button"