Skip to content

Commit b8f3925

Browse files
committed
fix:removed advanced properties icon for title and url for existing case
1 parent a34198a commit b8f3925

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ui/src/components/ContentMapper/index.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1584,7 +1584,10 @@ const ContentMapper = forwardRef(({handleStepChange}: contentMapperProps, ref: R
15841584
/>
15851585
</div>
15861586
{(!OptionValue?.isDisabled || OptionValue?.label === 'Dropdown'||
1587-
(data?.backupFieldType !== 'extension' && data?.backupFieldType !== 'app')) && (
1587+
(data?.backupFieldType !== 'extension' &&
1588+
data?.backupFieldType !== 'app' &&
1589+
data?.otherCmsField !== 'title' &&
1590+
data?.otherCmsField !== 'url')) && (
15881591
<div className='advanced-setting-button'>
15891592
<Tooltip
15901593
content="Advanced properties"

0 commit comments

Comments
 (0)