Skip to content

Commit

Permalink
Fixes bad import after some TypeScript definitions were relocated to …
Browse files Browse the repository at this point in the history
…core [sc-48362]
  • Loading branch information
eric-briscoe committed Jun 22, 2022
1 parent ff39bc2 commit 81376fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/SqlLab/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import sinon from 'sinon';
import * as actions from 'src/SqlLab/actions/sqlLab';
import { ColumnKeyTypeType } from 'src/SqlLab/components/ColumnElement';
import { Query, QueryState } from './types';
import { Query, QueryState } from '@superset-ui/core';

export const mockedActions = sinon.stub({ ...actions });

Expand Down

0 comments on commit 81376fb

Please sign in to comment.