File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/components/common/navigation Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ const SoftwareDistributionHubRenderProvider = importComponentFromFELibrary(
110
110
)
111
111
const migrateUserPreferences : ( userPreferences : UserPreferencesType ) => Promise < UserPreferencesType > =
112
112
importComponentFromFELibrary ( 'migrateUserPreferences' , null , 'function' )
113
+ const isFELibAvailable = importComponentFromFELibrary ( 'isFELibAvailable' , null , 'function' )
113
114
114
115
const ViewIsPipelineRBACConfigured : FunctionComponent < {
115
116
userPreferences : UserPreferencesType
@@ -504,6 +505,7 @@ export default function NavigationRoutes({ reloadVersionConfig }: Readonly<Navig
504
505
sidePanelConfig,
505
506
setSidePanelConfig,
506
507
isEnterprise : currentServerInfo ?. serverInfo ?. installationType === InstallationType . ENTERPRISE ,
508
+ isFELibAvailable : ! ! isFELibAvailable ,
507
509
} }
508
510
>
509
511
< motion . main id = { DEVTRON_BASE_MAIN_ID } style = { { gridTemplateColumns } } >
You can’t perform that action at this time.
0 commit comments