mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
feat: re-adapt display condition
This commit is contained in:
@@ -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,
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user