Skip to content

Commit

Permalink
feat: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
totoago committed Aug 20, 2024
1 parent e76d5b1 commit 1018e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/studio-components/src/QueryTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Table, ConfigProvider } from 'antd';
import MiddleWare from './middle-ware';
interface IQueryTableProps {
data: {
fields: { [key: string]: string }[];
fields: { [key: string]: string; analyticType: 'dimension' | 'measure' }[];
dataSource: { [key: string]: string }[];
};
}
Expand Down

0 comments on commit 1018e77

Please sign in to comment.