From d735e3a4f36d41c984bed81e2b7225fa5215bfb5 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Tue, 14 Sep 2021 10:08:43 +0100 Subject: [PATCH] Removed `dashboardTwo` labs flag no issue The updated dashboard is shelved for now whilst the underlying analytics architecture is improved. --- core/shared/labs.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/shared/labs.js b/core/shared/labs.js index 06d46aa36f..d810399c19 100644 --- a/core/shared/labs.js +++ b/core/shared/labs.js @@ -25,8 +25,7 @@ const BETA_FEATURES = [ const ALPHA_FEATURES = [ 'oauthLogin', 'membersFiltering', - 'emailOnlyPosts', - 'dashboardTwo' + 'emailOnlyPosts' ]; module.exports.WRITABLE_KEYS_ALLOWLIST = [...BETA_FEATURES, ...ALPHA_FEATURES];