mirror of
https://github.com/apache/superset.git
synced 2026-04-25 11:04:48 +00:00
committed by
GitHub
parent
57fa6d2cf9
commit
5d3265b6db
@@ -23,7 +23,7 @@ import NavDropdown from 'src/components/NavDropdown';
|
||||
|
||||
const dropdownItems = [
|
||||
{
|
||||
label: t('SQL Query'),
|
||||
label: t('SQL query'),
|
||||
url: '/superset/sqllab',
|
||||
icon: 'fa-fw fa-search',
|
||||
},
|
||||
|
||||
@@ -28,7 +28,7 @@ const OPTIONS = [
|
||||
];
|
||||
|
||||
export default {
|
||||
title: 'Select Component',
|
||||
title: 'Select component',
|
||||
argTypes: {
|
||||
options: {
|
||||
type: 'select',
|
||||
|
||||
Reference in New Issue
Block a user