Refactor filter handling for queries.
This commit is contained in:
@@ -18,7 +18,7 @@ export interface MetricsTableProps extends ListTableProps {
|
||||
allowSearch?: boolean;
|
||||
searchFormattedValues?: boolean;
|
||||
showMore?: boolean;
|
||||
params?: { [key: string]: any };
|
||||
params?: Record<string, any>;
|
||||
onDataLoad?: (data: any) => any;
|
||||
className?: string;
|
||||
children?: ReactNode;
|
||||
|
||||
Reference in New Issue
Block a user