Skip to content

Commit a4a7748

Browse files
author
Katarzyna Ziomek-Zdanowicz
committed
FN Set isPublicDashboardView to false
1 parent 977624b commit a4a7748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/app/fn_dashboard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ config.featureToggles = {
77
publicDashboards: true,
88
};
99

10-
config.isPublicDashboardView = true;
10+
config.isPublicDashboardView = false;
1111
// eslint-disable-next-line
1212
config.bootData.themePaths = (window as any).fnData?.themePaths;
1313

0 commit comments

Comments
 (0)