From cf219f91ea052b9f760712fafb783bca53283e2e Mon Sep 17 00:00:00 2001 From: codemaoz Date: Tue, 14 Oct 2025 15:22:53 +0200 Subject: [PATCH] feat(components/form/builder): add leftIcon prop based on rendererResponse --- components/form/builder/src/InlineButton/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"