mirror of
https://github.com/getredash/redash.git
synced 2026-03-22 10:00:17 -04:00
Set unique class name for Query Control Dropdown (#3922)
This will help me target the Query Control Drodpwon in my extension.
This commit is contained in:
committed by
Arik Fraimovich
parent
27259b5abe
commit
a696fa55f3
@@ -53,7 +53,11 @@ export function QueryControlDropdown(props) {
|
||||
);
|
||||
|
||||
return (
|
||||
<Dropdown trigger={['click']} overlay={menu}>
|
||||
<Dropdown
|
||||
trigger={['click']}
|
||||
overlay={menu}
|
||||
overlayClassName="query-control-dropdown-overlay"
|
||||
>
|
||||
<Button data-test="QueryControlDropdownButton">
|
||||
<Icon type="ellipsis" rotate={90} />
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user