new interactive
This commit is contained in:
@@ -26,8 +26,8 @@ export const highlightEntities = (
|
||||
|
||||
// Créer et ajouter le badge stylisé pour l'entité
|
||||
const colorOption = generateColorFromName(entity_type);
|
||||
const displayText = mapping.displayName || `[${entity_type.toUpperCase()}]`;
|
||||
|
||||
const displayText = entity_type;
|
||||
|
||||
parts.push(
|
||||
<span
|
||||
key={index}
|
||||
|
||||
Reference in New Issue
Block a user