From f3ce479e0da8531d5c118e888a1e8bbb45f088d5 Mon Sep 17 00:00:00 2001 From: Amine Mouafik Date: Sat, 19 Oct 2019 23:17:30 +0700 Subject: Reset isAnnouncementsEnabled to true by default --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/config.js b/src/config.js index e30a6d4b2..b1dbab1ff 100644 --- a/src/config.js +++ b/src/config.js @@ -89,7 +89,7 @@ export const DEFAULT_FEATURES_CONFIG = { }, isServiceProxyEnabled: false, isServiceProxyIncludedInCurrentPlan: true, - isAnnouncementsEnabled: false, + isAnnouncementsEnabled: true, isWorkspaceIncludedInCurrentPlan: true, isWorkspaceEnabled: false, isCommunityRecipesIncludedInCurrentPlan: true, -- cgit v1.2.3-70-g09d2