codyml commented on code in PR #21351:
URL: https://github.com/apache/superset/pull/21351#discussion_r990190429


##########
superset-frontend/plugins/plugin-chart-table/src/types.ts:
##########
@@ -113,9 +113,9 @@ export interface TableChartTransformedProps<D extends 
DataRecord = DataRecord> {
   columnColorFormatters?: ColorFormatters;
   allowRearrangeColumns?: boolean;
   onContextMenu?: (
-    filters: QueryObjectFilterClause[],
     clientX: number,
     clientY: number,
+    filters?: QueryObjectFilterClause[],

Review Comment:
   Done!  Caught a few others too.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to