mirror of
https://github.com/apache/superset.git
synced 2026-04-16 22:55:52 +00:00
chore: TypeScript <Label /> (#10494)
* chore: TypeScript <Label /> * rebase * chore: TypeScript <Label /> * rebase * A bunch o' test fixes. One more to go! * helper for mountying Emotional components with Enzyme * asf license * fixed last test, some linting * improve the storybook * Adressing comments Co-authored-by: Evan Rusackas <evan@preset.io>
This commit is contained in:
committed by
GitHub
parent
96b9ba3364
commit
0bad77f0fe
@@ -20,7 +20,8 @@ import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import moment from 'moment';
|
||||
import { Table } from 'reactable-arc';
|
||||
import { Label, ProgressBar, Well } from 'react-bootstrap';
|
||||
import { ProgressBar, Well } from 'react-bootstrap';
|
||||
import Label from 'src/components/Label';
|
||||
import { t } from '@superset-ui/translation';
|
||||
|
||||
import Link from '../../components/Link';
|
||||
@@ -141,7 +142,7 @@ class QueryTable extends React.PureComponent {
|
||||
bsSize="large"
|
||||
className="ResultsModal"
|
||||
triggerNode={
|
||||
<Label bsStyle="info" style={{ cursor: 'pointer' }}>
|
||||
<Label bsStyle="info" className="pointer">
|
||||
{t('view results')}
|
||||
</Label>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user