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);