From b0a095a904b0c1a94cde3e883805b1dc59aa4f5f Mon Sep 17 00:00:00 2001 From: Enzo Martellucci Date: Thu, 8 Feb 2024 21:50:21 +0100 Subject: [PATCH] chore: Migration js file to ts file --- .../src/components/AlteredSliceTag/AlteredSliceTagMocks.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/superset-frontend/src/components/AlteredSliceTag/AlteredSliceTagMocks.ts b/superset-frontend/src/components/AlteredSliceTag/AlteredSliceTagMocks.ts index 233f519446d70..30867bdb988ca 100644 --- a/superset-frontend/src/components/AlteredSliceTag/AlteredSliceTagMocks.ts +++ b/superset-frontend/src/components/AlteredSliceTag/AlteredSliceTagMocks.ts @@ -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> = { origFormData: { @@ -60,7 +60,7 @@ export const defaultProps: Record> = { }, }; -export const expectedDiffs: Record = { +export const expectedDiffs: Record> = { adhoc_filters: { before: [ {