feat(listviews): SIP-34 filters for charts, dashboards, datasets (#10335)

This commit is contained in:
ʈᵃᵢ
2020-07-27 10:14:11 -07:00
committed by GitHub
parent 4b3d6d1fbd
commit 6f56cd5e9d
22 changed files with 681 additions and 991 deletions

View File

@@ -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';