File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ const features = {
4646 FILE_ATTACHMENT : process . env . FEATURE_FILE_ATTACHMENT || hasFeatureFlagEnabled ( 'FILE_ATTACHMENT' ) ,
4747 SETTINGS_PAGE : process . env . FEATURE_SETTINGS_PAGE || hasFeatureFlagEnabled ( 'SETTINGS_PAGE' ) ,
4848 SETTINGS_PAGE_LMS_TAB : process . env . FEATURE_SETTINGS_PAGE_LMS_TAB || hasFeatureFlagEnabled ( 'SETTINGS_PAGE_LMS_TAB' ) ,
49- SETTINGS_PAGE_APPEARANCE_TAB : process . env . FEATURE_SETTINGS_PAGE_LMS_TAB || hasFeatureFlagEnabled ( 'SETTINGS_PAGE_APPEARANCE_TAB' ) ,
49+ SETTINGS_PAGE_APPEARANCE_TAB : process . env . FEATURE_SETTINGS_PAGE_APPEARANCE_TAB || hasFeatureFlagEnabled ( 'SETTINGS_PAGE_APPEARANCE_TAB' ) ,
5050 FEATURE_SSO_SETTINGS_TAB : process . env . FEATURE_SSO_SETTINGS_TAB || hasFeatureFlagEnabled ( 'SSO_SETTINGS_TAB' ) ,
5151} ;
5252
You can’t perform that action at this time.
0 commit comments