Update truncation message format in properties tooltip
This commit is contained in:
parent
1154c5683f
commit
019dff5248
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ const PropertyRow = ({
|
||||||
|
|
||||||
// If this is source_id field and truncate info exists, append it to the tooltip
|
// If this is source_id field and truncate info exists, append it to the tooltip
|
||||||
if (name === 'source_id' && truncate) {
|
if (name === 'source_id' && truncate) {
|
||||||
formattedTooltip += `\n(${truncate} truncated)`
|
formattedTooltip += `\n(Truncation-${truncate})`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Use EditablePropertyRow for editable fields (description, entity_id and keywords)
|
// Use EditablePropertyRow for editable fields (description, entity_id and keywords)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue