We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 096ff80 + dbf21d9 commit 47fe607Copy full SHA for 47fe607
src/core/foundation-core-domain/models/dashboardShallows/dashboardShallowDetails.ts
@@ -51,7 +51,7 @@ export class DashboardShallowDetails extends DashboardShallowInfos {
51
52
get widgets() {
53
return this.defaultWidgets.map(d => {
54
- const override = this.overrideWidgets.find(od => od.widgetId === d.id);
+ const override = this.overrideWidgets.find(od => od.hiddenCode === d.hiddenCode);
55
return override ? new WidgetInfos({ ...d, ...override }) : d;
56
});
57
}
0 commit comments