zhaoyongjie commented on code in PR #21351:
URL: https://github.com/apache/superset/pull/21351#discussion_r964412246
##########
superset-frontend/src/components/Chart/ChartContextMenu.tsx:
##########
@@ -41,6 +41,7 @@ export interface Ref {
filters: QueryObjectFilterClause[],
clientX: number,
clientY: number,
+ hasVizPluginSupport: boolean,
Review Comment:
I suggest adding a flag on the chart's metadata instead of using a property
of chart, while the flag in the metadata refers to
[this](https://github.com/apache/superset/blob/875e9f8a04464b0e79cfbda21d1e1ac7895970a5/superset-frontend/packages/superset-ui-core/src/chart/models/ChartMetadata.ts#L31).
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]