EnxDev commented on code in PR #37163:
URL: https://github.com/apache/superset/pull/37163#discussion_r2693703953
##########
superset-frontend/src/explore/components/ControlPanelsContainer.tsx:
##########
@@ -794,7 +795,17 @@ export const ControlPanelsContainer = (props:
ControlPanelsContainerProps) => {
]);
const showCustomizeTab = customizeSections.length > 0;
- const showMatrixifyTab = isFeatureEnabled(FeatureFlag.Matrixify);
+ // Table charts don't support matrixify feature
+ const MATRIXIFY_INCOMPATIBLE_CHARTS = new Set([
Review Comment:
Can we move this out of the render function to prevent it from being
recreated on each render?
--
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]