Update app/assets/javascripts/components/Dropdown.tsx
Co-authored-by: Antonella Sgarlatta <antsgar@gmail.com>
This commit is contained in:
@@ -32,7 +32,7 @@ type ListboxButtonProps = {
|
||||
isExpanded: boolean;
|
||||
};
|
||||
|
||||
const customDropdownButton: FunctionComponent<ListboxButtonProps> = ({
|
||||
const CustomDropdownButton: FunctionComponent<ListboxButtonProps> = ({
|
||||
label,
|
||||
isExpanded,
|
||||
icon,
|
||||
|
||||
Reference in New Issue
Block a user