diff --git a/packages/desktop-client/src/components/reports/Overview.tsx b/packages/desktop-client/src/components/reports/Overview.tsx index 82c2f38fca7..36692aea017 100644 --- a/packages/desktop-client/src/components/reports/Overview.tsx +++ b/packages/desktop-client/src/components/reports/Overview.tsx @@ -351,7 +351,7 @@ export function Overview() { > {currentBreakpoint === 'desktop' && ( <> - {isEditing ? ( + {isDashboardsFeatureEnabled && ( <> - + )} + + {isEditing ? ( + + ) : isDashboardsFeatureEnabled ? ( + ) : ( - <> - - {isDashboardsFeatureEnabled && ( - - )} - + )} {isDashboardsFeatureEnabled && ( diff --git a/upcoming-release-notes/3588.md b/upcoming-release-notes/3588.md new file mode 100644 index 00000000000..35b7376209c --- /dev/null +++ b/upcoming-release-notes/3588.md @@ -0,0 +1,6 @@ +--- +category: Enhancements +authors: [MatissJanis] +--- + +Dashboards: make "add widgets" button always visible.