mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: remove another scimApi flag (#7858)
This commit is contained in:
		
							parent
							
								
									376012ddd1
								
							
						
					
					
						commit
						ea92081545
					
				| @ -2,7 +2,6 @@ import { Alert, Tab, Tabs } from '@mui/material'; | ||||
| import { PageContent } from 'component/common/PageContent/PageContent'; | ||||
| import { ConditionallyRender } from 'component/common/ConditionallyRender/ConditionallyRender'; | ||||
| import useUiConfig from 'hooks/api/getters/useUiConfig/useUiConfig'; | ||||
| import { useUiFlag } from 'hooks/useUiFlag'; | ||||
| import { OidcAuth } from './OidcAuth/OidcAuth'; | ||||
| import { SamlAuth } from './SamlAuth/SamlAuth'; | ||||
| import { ScimSettings } from './ScimSettings/ScimSettings'; | ||||
| @ -39,7 +38,7 @@ export const AuthSettings = () => { | ||||
|         (item) => uiConfig.flags?.googleAuthEnabled || item.label !== 'Google', | ||||
|     ); | ||||
| 
 | ||||
|     if (isEnterprise() && useUiFlag('scimApi')) { | ||||
|     if (isEnterprise()) { | ||||
|         tabs.push({ | ||||
|             label: 'SCIM', | ||||
|             component: <ScimSettings />, | ||||
|  | ||||
| @ -84,7 +84,6 @@ export type UiFlags = { | ||||
|     disableShowContextFieldSelectionValues?: boolean; | ||||
|     projectOverviewRefactorFeedback?: boolean; | ||||
|     featureLifecycle?: boolean; | ||||
|     scimApi?: boolean; | ||||
|     manyStrategiesPagination?: boolean; | ||||
|     enableLegacyVariants?: boolean; | ||||
|     navigationSidebar?: boolean; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user