Skip to content

Commit fa281a7

Browse files
committed
chore(datatable): remove duplicate setupGetInstanceId helper
1 parent cc284f3 commit fa281a7

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

packages/react/src/components/DataTable/DataTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { getCellId } from './tools/cells';
1515
import denormalize from './tools/denormalize';
1616
import { composeEventHandlers } from '../../tools/events';
1717
import { defaultFilterRows } from './tools/filter';
18-
import setupGetInstanceId from './tools/instanceId';
18+
import setupGetInstanceId from '../../tools/setupGetInstanceId';
1919
import Table from './Table';
2020
import TableActionList from './TableActionList';
2121
import TableBatchAction from './TableBatchAction';

packages/react/src/components/DataTable/tools/instanceId.js

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)