From b419255beb3ec247859f13019ccacb905e655d8b Mon Sep 17 00:00:00 2001 From: Jing Hua Date: Fri, 28 Apr 2023 17:28:27 +0800 Subject: [PATCH] fix style: api endpoint selector --- src/components/ApiMenu/ApiMenu.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/ApiMenu/ApiMenu.tsx b/src/components/ApiMenu/ApiMenu.tsx index 5c290db..0f7d1c8 100644 --- a/src/components/ApiMenu/ApiMenu.tsx +++ b/src/components/ApiMenu/ApiMenu.tsx @@ -53,7 +53,7 @@ const ApiMenu = ({ {t('customEndpoint', { ns: 'api' })} -
+
{t('apiEndpoint.inputLabel', { ns: 'api' })}
@@ -124,13 +124,13 @@ const ApiEndpointSelector = ({ const [dropDown, setDropDown] = useState(false); return ( -
+
{availableEndpoints.map((endpoint) => (
  • { _setApiEndpoint(endpoint); setDropDown(false);