Skip to content

Commit 53e977c

Browse files
committed
chore: profile form breadcrmb fix
1 parent 0bfcf87 commit 53e977c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/Pages/GlobalConfigurations/BuildInfra/ProfileForm.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ import {
2929

3030
import './styles.scss'
3131

32-
const BuildInfraFeatureDescriptionModal = () => <FeatureTitleWithInfo title={BUILD_INFRA_TEXT.HEADING} />
33-
3432
const ProfileForm: FunctionComponent = () => {
3533
const {
3634
isLoading,
@@ -68,7 +66,7 @@ const ProfileForm: FunctionComponent = () => {
6866
onSubmit={handleSubmit}
6967
>
7068
<div className="flexbox-col dc__gap-24 pt pr pb pl h-100 dc__overflow-auto">
71-
<BuildInfraDescriptor tooltipNode={<BuildInfraFeatureDescriptionModal />} />
69+
<BuildInfraDescriptor tooltipNode={<FeatureTitleWithInfo title={BUILD_INFRA_TEXT.HEADING} />} />
7270

7371
<APIResponseHandler
7472
isLoading={isLoading}

src/components/scopedVariables/Descriptor.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import { DescriptorProps } from './types'
2121
import { importComponentFromFELibrary, HiddenInput } from '../common'
2222
import { ReadFileAs } from '../common/hooks/types'
2323
import { ReactComponent as ICUpload } from '../../assets/icons/ic-upload-blue.svg'
24-
import { ReactComponent as ICSearch } from '../../assets/icons/ic-search.svg'
2524
import { HEADER_TEXT } from '@Config/constants'
2625

2726
export default function Descriptor({ children, showUploadButton, readFile, searchKey, onSearch }: DescriptorProps) {

0 commit comments

Comments
 (0)