From b6fb7a0d2d2bb3ef68f05f0852379a01e43addd1 Mon Sep 17 00:00:00 2001 From: Jon Walz Date: Mon, 19 Aug 2024 09:34:47 -0400 Subject: [PATCH] Don't set the "everyone" value for GV feature flag (enable per-user override) --- osf/features.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osf/features.yaml b/osf/features.yaml index c6f02ce2994..bbae37e3b1a 100644 --- a/osf/features.yaml +++ b/osf/features.yaml @@ -17,7 +17,7 @@ flags: note: This is used to enable GravyValet, the system responible for addons, this will remove the files widget on the project overview page. Will be used with EMBER_USER_SETTINGS_ADDONS and EMBER_NODE_SETTINGS_ADDONS to flip all UI elements to the new addons system. - everyone: false + everyone: null - flag_name: EMBER_FILE_PROJECT_DETAIL name: ember_file_project_detail_page