mirror of
https://github.com/apache/superset.git
synced 2026-04-25 02:55:07 +00:00
chore: add type checking in plugin test directory (#19387)
This commit is contained in:
@@ -74,7 +74,7 @@ export type TableChartFormData = QueryFormData & {
|
||||
};
|
||||
|
||||
export interface TableChartProps extends ChartProps {
|
||||
ownCurrentState: {
|
||||
ownCurrentState?: {
|
||||
pageSize?: number;
|
||||
currentPage?: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user