diff --git a/clients/admin-ui/src/features/datastore-connections/system_portal_config/ConnectionListDropdown.tsx b/clients/admin-ui/src/features/datastore-connections/system_portal_config/ConnectionListDropdown.tsx index 4dabbbe97c..cd0bcdc32d 100644 --- a/clients/admin-ui/src/features/datastore-connections/system_portal_config/ConnectionListDropdown.tsx +++ b/clients/admin-ui/src/features/datastore-connections/system_portal_config/ConnectionListDropdown.tsx @@ -3,7 +3,6 @@ import { AntButton as Button, ArrowDownLineIcon, Box, - ButtonProps, Flex, Input, InputGroup, @@ -69,10 +68,6 @@ type SelectDropdownProps = { * Disable the control */ disabled?: boolean; - /** - * Menu button props - */ - menuButtonProps?: ButtonProps; }; type UseConnectionListDropDown = { @@ -139,7 +134,6 @@ const ConnectionListDropdown = ({ hasClear = true, label, list, - menuButtonProps, onChange, selectedValue, }: SelectDropdownProps) => { @@ -199,19 +193,12 @@ const ConnectionListDropdown = ({ > } - size="sm" - variant="outline" - _active={{ - bg: "none", - }} - _hover={{ - bg: "none", - }} - {...menuButtonProps} + icon={} + iconPosition="end" + className="!bg-transparent hover:bg-transparent active:bg-transparent" data-testid="select-dropdown-btn" width="272px" textAlign="left" diff --git a/clients/admin-ui/src/features/datastore-connections/system_portal_config/forms/ConnectorParametersForm.tsx b/clients/admin-ui/src/features/datastore-connections/system_portal_config/forms/ConnectorParametersForm.tsx index 08afd893d4..33a2b4e08f 100644 --- a/clients/admin-ui/src/features/datastore-connections/system_portal_config/forms/ConnectorParametersForm.tsx +++ b/clients/admin-ui/src/features/datastore-connections/system_portal_config/forms/ConnectorParametersForm.tsx @@ -345,7 +345,7 @@ export const ConnectorParametersForm = ({ return (
-
+
{connectionConfig ? ( ) : null} -
+