logs good, replacement good
This commit is contained in:
@@ -111,7 +111,7 @@ export const useAnonymization = ({
|
||||
end: end,
|
||||
text: detectedText,
|
||||
replacementValue: replacementValues[detectedText] || `[${entity_type}]`,
|
||||
displayName: replacementValues[detectedText] || `[${entity_type}]`, // Ajouter cette ligne
|
||||
displayName: replacementValues[detectedText], // CORRECTION: Supprimer le fallback
|
||||
customColor: undefined,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user