mirror of
https://github.com/getredash/redash.git
synced 2026-03-23 04:00:09 -04:00
Removed redundant and mistaken roles
This commit is contained in:
@@ -41,7 +41,6 @@ export default function QueryControlDropdown(props) {
|
||||
<Menu.Item>
|
||||
<QueryResultsLink
|
||||
fileType="csv"
|
||||
role="menuitem"
|
||||
tabIndex={0}
|
||||
disabled={props.queryExecuting || !props.queryResult.getData || !props.queryResult.getData()}
|
||||
query={props.query}
|
||||
@@ -54,7 +53,6 @@ export default function QueryControlDropdown(props) {
|
||||
<Menu.Item>
|
||||
<QueryResultsLink
|
||||
fileType="tsv"
|
||||
role="menuitem"
|
||||
tabIndex={0}
|
||||
disabled={props.queryExecuting || !props.queryResult.getData || !props.queryResult.getData()}
|
||||
query={props.query}
|
||||
@@ -67,7 +65,6 @@ export default function QueryControlDropdown(props) {
|
||||
<Menu.Item>
|
||||
<QueryResultsLink
|
||||
fileType="xlsx"
|
||||
role="menuitem"
|
||||
tabIndex={0}
|
||||
disabled={props.queryExecuting || !props.queryResult.getData || !props.queryResult.getData()}
|
||||
query={props.query}
|
||||
|
||||
Reference in New Issue
Block a user