rusackas commented on a change in pull request #10982:
URL:
https://github.com/apache/incubator-superset/pull/10982#discussion_r499191026
##########
File path: superset-frontend/src/datasource/ChangeDatasourceModal.tsx
##########
@@ -17,10 +17,9 @@
* under the License.
*/
import React, { FunctionComponent, useState, useRef } from 'react';
-// @ts-ignore
-import { Table } from 'reactable-arc';
+import DataTable from '@superset-ui/plugin-chart-table/lib/DataTable';
Review comment:
@kgabryje @ktmud Just a note that this is the second time this table has
been imported/used. Anyone think it seems a little weird? I'm all for reusing
code! Maybe it should be moved out of the table plugin and into a
@superset-ui/core export, if this is going to happen more frequently.
¯\\\_(ツ)_/¯
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]