mirror of
https://github.com/hexastack/hexabot
synced 2025-05-31 10:57:06 +00:00
feat: fix typo
This commit is contained in:
parent
e58d55cc54
commit
ab33a320bc
@ -55,7 +55,7 @@ export const NlpValues = ({ entityId }: { entityId: string }) => {
|
||||
const canHaveSynonyms = nlpEntity?.lookups?.[0] === NlpLookups.keywords;
|
||||
const { onSearch, searchPayload } = useSearch<INlpValue>({
|
||||
$eq: [{ entity: entityId }],
|
||||
$or: ["doc","value"]
|
||||
$or: ["doc", "value"]
|
||||
});
|
||||
const { dataGridProps } = useFind(
|
||||
{ entity: EntityType.NLP_VALUE },
|
||||
|
Loading…
Reference in New Issue
Block a user