Skip to content

Commit

Permalink
chore: Migration js file to ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
EnxDev committed Mar 21, 2024
1 parent 7dcb2c3 commit b0a095a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
* under the License.
*/
import { QueryFormData } from '@superset-ui/core';
import { ControlPanelConfig } from 'packages/superset-ui-chart-controls/src/types';
import { DiffType, RowType } from './index';
import { ControlPanelConfig } from '@superset-ui/chart-controls';
import { RowType } from './index';

export const defaultProps: Record<string, Partial<QueryFormData>> = {
origFormData: {
Expand Down Expand Up @@ -60,7 +60,7 @@ export const defaultProps: Record<string, Partial<QueryFormData>> = {
},
};

export const expectedDiffs: Record<string, DiffType> = {
export const expectedDiffs: Record<string, Partial<QueryFormData>> = {
adhoc_filters: {
before: [
{
Expand Down

0 comments on commit b0a095a

Please sign in to comment.