mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
[bugfix] moving from reactable to reactable-arc fork (#6576)
This commit is contained in:
committed by
Beto Dealmeida
parent
d80cbbc7ec
commit
b16498796f
@@ -3,7 +3,7 @@ import { mount } from 'enzyme';
|
||||
import thunk from 'redux-thunk';
|
||||
import configureStore from 'redux-mock-store';
|
||||
import fetchMock from 'fetch-mock';
|
||||
import { Table } from 'reactable';
|
||||
import { Table } from 'reactable-arc';
|
||||
|
||||
import DashboardTable from '../../../src/welcome/DashboardTable';
|
||||
import Loading from '../../../src/components/Loading';
|
||||
|
||||
Reference in New Issue
Block a user