mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: add type checking in plugin test directory (#19387)
This commit is contained in:
@@ -57,7 +57,7 @@ const rawFormData = {
|
||||
function generateProps(
|
||||
data: BigNumberDatum[],
|
||||
extraFormData = {},
|
||||
extraQueryData = {},
|
||||
extraQueryData: any = {},
|
||||
): BigNumberWithTrendlineChartProps {
|
||||
return {
|
||||
width: 200,
|
||||
|
||||
Reference in New Issue
Block a user