mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
feat(matrixify): implement matrix of any charts as core Superset feature (#34526)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
committed by
GitHub
parent
6969f2cf7a
commit
e6c8343fd0
@@ -86,7 +86,6 @@ export const useHeaderReportMenuItems = ({
|
||||
const reportsState = state.reports || {};
|
||||
const resourceTypeReports = reportsState[resourceType] || {};
|
||||
const reportData = resourceTypeReports[resourceId];
|
||||
|
||||
return reportData || null;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user