From a2a2c6cf3e0a0c23556fe0f9b7d756a8a5737781 Mon Sep 17 00:00:00 2001 From: Ali <83188384+testA113@users.noreply.github.com> Date: Wed, 21 Feb 2024 08:29:10 +1300 Subject: [PATCH] fix(inputlist): update warning style [EE-6737] (#11221) --- app/react/components/form-components/InputList/InputList.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/react/components/form-components/InputList/InputList.tsx b/app/react/components/form-components/InputList/InputList.tsx index eef2d42ac..82efd38c4 100644 --- a/app/react/components/form-components/InputList/InputList.tsx +++ b/app/react/components/form-components/InputList/InputList.tsx @@ -215,8 +215,8 @@ export function InputList({ {addButtonError && ( -
- {addButtonError} +
+ {addButtonError}
)}