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 d7038d9 commit 608b14c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
import { QueryFormData } from '@superset-ui/core';
import { ControlPanelConfig } from '@superset-ui/chart-controls';
import { DiffType, RowType } from './index';
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 608b14c

Please sign in to comment.