File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
ui/src/components/ContentMapper Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2289,7 +2289,7 @@ const ContentMapper = forwardRef(({handleStepChange}: contentMapperProps, ref: R
22892289 </ span >
22902290 < span className = 'ml-10' >
22912291 < Tooltip content = "Schema Preview" position = "bottom" >
2292- < button className = 'list-button schema-preview' onClick = { ( ) => handleSchemaPreview ( content ?. otherCmsTitle , content ?. id ?? '' ) } > { SCHEMA_PREVIEW } </ button >
2292+ < button className = 'list-button schema-preview' aria-label = "schemaPreview" onClick = { ( ) => handleSchemaPreview ( content ?. otherCmsTitle , content ?. id ?? '' ) } > { SCHEMA_PREVIEW } </ button >
22932293 </ Tooltip >
22942294 </ span >
22952295 </ div >
@@ -2329,9 +2329,7 @@ const ContentMapper = forwardRef(({handleStepChange}: contentMapperProps, ref: R
23292329 component : (
23302330 < div className = 'd-flex align-items-center' >
23312331 { ! isNewStack && (
2332- < Tooltip content = { isContentType ? 'Fetch contentstack content type'
2333- : 'Fetch contentstack global fields'
2334- } position = "left" >
2332+ < Tooltip content = { 'Fetch content type' } position = "left" >
23352333 < Button buttonType = "light" icon = { onlyIcon ? "v2-FetchTemplate" : '' }
23362334 version = "v2" onlyIcon = { true } onlyIconHoverColor = { 'primary' }
23372335 size = 'small' onClick = { handleFetchContentType } >
You can’t perform that action at this time.
0 commit comments