feat: re-adapt display condition

This commit is contained in:
Mohamed Marrouchi 2025-03-21 13:44:41 +01:00
parent d17b920fcf
commit e0486fcece

View File

@ -81,7 +81,7 @@ export const NlpValues = ({ entityId }: { entityId: string }) => {
},
});
const [selectedNlpValues, setSelectedNlpValues] = useState<string[]>([]);
const shouldIncludeSynonyms = nlpEntity?.lookups.includes("keywords");
const shouldIncludeSynonyms = !nlpEntity?.lookups.includes("trait");
const actionColumns = useActionColumns<INlpValue>(
EntityType.NLP_VALUE,
[