From a9b026380b05ef5684db484c81412c697f171feb Mon Sep 17 00:00:00 2001 From: sgrtye Date: Wed, 14 Feb 2024 18:15:58 +0000 Subject: [PATCH] remove wide limitation for additional field --- src/widgets/customapi/component.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/customapi/component.jsx b/src/widgets/customapi/component.jsx index b6ef9ac2e..61f878a1a 100644 --- a/src/widgets/customapi/component.jsx +++ b/src/widgets/customapi/component.jsx @@ -161,7 +161,7 @@ export default function Component({ service }) { {formatValue(t, mapping, getValue(mapping.field, customData))} {mapping.additionalField && ( -
+
{getValue(mapping.additionalField, customData)}
)}