new interactive
This commit is contained in:
@@ -40,7 +40,7 @@ export const EntityMappingTable = ({ mappings }: EntityMappingTableProps) => {
|
||||
return {
|
||||
...mapping,
|
||||
entityNumber: entityCounts[entityType],
|
||||
displayName: mapping.displayName || mapping.replacementValue || `[${entityType}]`,
|
||||
displayName: mapping.entity_type,
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user