From 4e95139909fd7d0fcc58c4b381186832c0d03a2b Mon Sep 17 00:00:00 2001 From: Ali <83188384+testA113@users.noreply.github.com> Date: Wed, 21 Feb 2024 08:29:14 +1300 Subject: [PATCH] fix(inputlist): update warning style [EE-6737] (#11222) --- 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}
)}