Apply capitalization guidelines - iteration 3 (#12343) (#12449)

This commit is contained in:
Michael S. Molina
2021-01-22 15:11:28 -03:00
committed by GitHub
parent 57fa6d2cf9
commit 5d3265b6db
11 changed files with 16 additions and 16 deletions

View File

@@ -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',
},

View File

@@ -28,7 +28,7 @@ const OPTIONS = [
];
export default {
title: 'Select Component',
title: 'Select component',
argTypes: {
options: {
type: 'select',