We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6508a4 commit b69bde5Copy full SHA for b69bde5
src/Pages/GlobalConfigurations/BuildInfra/BuildInfra.tsx
@@ -13,7 +13,7 @@ import {
13
import { BuildInfraProps } from './types'
14
import './styles.scss'
15
16
-export const BuildInfra: FunctionComponent<BuildInfraProps> = ({ isSuperAdmin }) => {
+const BuildInfra: FunctionComponent<BuildInfraProps> = ({ isSuperAdmin }) => {
17
const { breadcrumbs } = useBreadcrumb(BUILD_INFRA_BREADCRUMB)
18
// Sending isSuperAdmin since don't even want to send API Request for that case
19
const {
0 commit comments