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
@@ -1,6 +1,6 @@
|
||||
import React from 'react';
|
||||
import { shallow } from 'enzyme';
|
||||
import { Table } from 'reactable';
|
||||
import { Table } from 'reactable-arc';
|
||||
|
||||
import { queries } from './fixtures';
|
||||
import QueryTable from '../../../src/SqlLab/components/QueryTable';
|
||||
|
||||
Reference in New Issue
Block a user