From 7d3e94c1b3ff786a24d11d7834358d370d7f23c2 Mon Sep 17 00:00:00 2001 From: PavloNetrebchuk Date: Fri, 7 Jun 2024 17:52:47 +0300 Subject: [PATCH] fix: Update feature flag name --- default_config/dev/config.yaml | 2 +- default_config/prod/config.yaml | 2 +- default_config/stage/config.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/default_config/dev/config.yaml b/default_config/dev/config.yaml index 8b1dc8f07..da6687b2e 100644 --- a/default_config/dev/config.yaml +++ b/default_config/dev/config.yaml @@ -80,5 +80,5 @@ WHATS_NEW_ENABLED: false SOCIAL_AUTH_ENABLED: false #Course navigation feature flags UI_COMPONENTS: - COURSE_NESTED_LIST_ENABLED: false + COURSE_DROPDOWN_NAVIGATION_ENABLED: false COURSE_UNIT_PROGRESS_ENABLED: false diff --git a/default_config/prod/config.yaml b/default_config/prod/config.yaml index 8b1dc8f07..da6687b2e 100644 --- a/default_config/prod/config.yaml +++ b/default_config/prod/config.yaml @@ -80,5 +80,5 @@ WHATS_NEW_ENABLED: false SOCIAL_AUTH_ENABLED: false #Course navigation feature flags UI_COMPONENTS: - COURSE_NESTED_LIST_ENABLED: false + COURSE_DROPDOWN_NAVIGATION_ENABLED: false COURSE_UNIT_PROGRESS_ENABLED: false diff --git a/default_config/stage/config.yaml b/default_config/stage/config.yaml index 8b1dc8f07..da6687b2e 100644 --- a/default_config/stage/config.yaml +++ b/default_config/stage/config.yaml @@ -80,5 +80,5 @@ WHATS_NEW_ENABLED: false SOCIAL_AUTH_ENABLED: false #Course navigation feature flags UI_COMPONENTS: - COURSE_NESTED_LIST_ENABLED: false + COURSE_DROPDOWN_NAVIGATION_ENABLED: false COURSE_UNIT_PROGRESS_ENABLED: false