From 588272830cb99173cc043e0b72c2db37f726b08b Mon Sep 17 00:00:00 2001 From: wlren Date: Sun, 9 Oct 2022 15:48:56 +0800 Subject: [PATCH] [questions][ui] hide sidebar --- apps/portal/src/components/questions/QuestionsNavigation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/portal/src/components/questions/QuestionsNavigation.ts b/apps/portal/src/components/questions/QuestionsNavigation.ts index 1a09afb0..21df89db 100644 --- a/apps/portal/src/components/questions/QuestionsNavigation.ts +++ b/apps/portal/src/components/questions/QuestionsNavigation.ts @@ -9,7 +9,7 @@ const navigation: ProductNavigationItems = [ const config = { navigation, - showGlobalNav: true, + showGlobalNav: false, title: 'Questions Bank', };