Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
chore: import esmodule from chart-controls (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyongjie committed Nov 30, 2021
1 parent ec44a2e commit 5baffa8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/

import { t } from '@superset-ui/core';
import { dndEntity } from '@superset-ui/chart-controls/lib/shared-controls/dndControls';
import { dndEntity } from '@superset-ui/chart-controls';

export const dndLineColumn = {
name: 'line_column',
Expand Down

0 comments on commit 5baffa8

Please sign in to comment.