mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
[datasets] new, listview (react) (#9197)
* [datasets] new, react listview * add hidden columns to support filtering by columns not rendered * throw exception if config is incorrect * fix database filter * update endpoints to point to datasets; fix translation strings * move Link into src/components * add add new record button to datasets listview
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
import React from 'react';
|
||||
import { mount, shallow } from 'enzyme';
|
||||
|
||||
import Link from '../../../src/SqlLab/components/Link';
|
||||
import Link from '../../../src/components/Link';
|
||||
import TableElement from '../../../src/SqlLab/components/TableElement';
|
||||
import ColumnElement from '../../../src/SqlLab/components/ColumnElement';
|
||||
import { mockedActions, table } from './fixtures';
|
||||
|
||||
Reference in New Issue
Block a user