Skip to content

Commit

Permalink
refactor: Removes the export of QueryFormData (apache#28786)
Browse files Browse the repository at this point in the history
  • Loading branch information
EnxDev committed Jun 6, 2024
1 parent 5c9a794 commit 961cb96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import sinon from 'sinon';
import fetchMock from 'fetch-mock';
import { Dispatch } from 'redux';
import { ADD_TOAST } from 'src/components/MessageToasts/actions';
import { DatasourceType } from '@superset-ui/core';
import { DatasourceType, QueryFormData } from '@superset-ui/core';
import {
createDashboard,
createSlice,
Expand All @@ -30,7 +30,6 @@ import {
updateSlice,
getSlicePayload,
PayloadSlice,
QueryFormData,
} from './saveModalActions';

// Define test constants and mock data using imported types
Expand Down
1 change: 0 additions & 1 deletion superset-frontend/src/explore/actions/saveModalActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -318,4 +318,3 @@ export const getSliceDashboards =
throw error;
}
};
export { QueryFormData };

0 comments on commit 961cb96

Please sign in to comment.