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;
|
isExpanded: boolean;
|
||||||
};
|
};
|
||||||
|
|
||||||
const customDropdownButton: FunctionComponent<ListboxButtonProps> = ({
|
const CustomDropdownButton: FunctionComponent<ListboxButtonProps> = ({
|
||||||
label,
|
label,
|
||||||
isExpanded,
|
isExpanded,
|
||||||
icon,
|
icon,
|
||||||
|
|||||||
Reference in New Issue
Block a user