File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Pages/GlobalConfigurations/BuildInfra Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { importComponentFromFELibrary } from '../../../components/common'
4
4
import { BuildInfraProps } from './types'
5
5
import ProfileForm from './ProfileForm'
6
6
7
- const BuildInfraRouter = importComponentFromFELibrary ( 'BuildInfraRouter' )
7
+ const BuildInfraRouter = importComponentFromFELibrary ( 'BuildInfraRouter' , null , 'function' )
8
8
9
9
export const BuildInfra : FunctionComponent < BuildInfraProps > = ( { isSuperAdmin } ) => {
10
10
if ( ! isSuperAdmin ) {
Original file line number Diff line number Diff line change @@ -4159,7 +4159,6 @@ textarea::placeholder {
4159
4159
backdrop-filter : blur (5px );
4160
4160
}
4161
4161
4162
-
4163
4162
// Tab behaviors
4164
4163
.dc__tab-focus {
4165
4164
outline : none ;
You can’t perform that action at this time.
0 commit comments