We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d96d2 commit 87efb72Copy full SHA for 87efb72
superset-frontend/src/dashboard/components/nativeFilters/state.ts
@@ -84,7 +84,7 @@ function useSelectChartTabParents() {
84
layoutItem => layoutItem.meta?.chartId === chartId,
85
);
86
return chartLayoutItem?.parents.filter(
87
- (parent: string) => dashboardLayout[parent].type === TAB_TYPE,
+ (parent: string) => dashboardLayout[parent]?.type === TAB_TYPE,
88
89
};
90
}
0 commit comments