Skip to content

Commit

Permalink
fix import and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nytai committed Jul 24, 2020
1 parent 31a92de commit 276f614
Show file tree
Hide file tree
Showing 2 changed files with 397 additions and 419 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import { styled, supersetTheme } from '@superset-ui/style';
import { t, tn } from '@superset-ui/translation';

import { noOp } from 'src/utils/common';
import Button from 'src/views/CRUD/dataset/Button';
import Icon from '../Icon';
import Button from '../../views/datasetList/Button';
import { ErrorMessageComponentProps } from './types';
import CopyToClipboard from '../CopyToClipboard';
import IssueCode from './IssueCode';
Expand Down
Loading

0 comments on commit 276f614

Please sign in to comment.