Skip to content

Commit fc31af1

Browse files
committed
fix: import for infra router
1 parent 827778a commit fc31af1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Pages/GlobalConfigurations/BuildInfra/BuildInfra.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { importComponentFromFELibrary } from '../../../components/common'
44
import { BuildInfraProps } from './types'
55
import ProfileForm from './ProfileForm'
66

7-
const BuildInfraRouter = importComponentFromFELibrary('BuildInfraRouter')
7+
const BuildInfraRouter = importComponentFromFELibrary('BuildInfraRouter', null, 'function')
88

99
export const BuildInfra: FunctionComponent<BuildInfraProps> = ({ isSuperAdmin }) => {
1010
if (!isSuperAdmin) {

src/css/base.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4159,7 +4159,6 @@ textarea::placeholder {
41594159
backdrop-filter: blur(5px);
41604160
}
41614161

4162-
41634162
// Tab behaviors
41644163
.dc__tab-focus {
41654164
outline: none;

0 commit comments

Comments
 (0)