feat: fix typo

This commit is contained in:
Mohamed Marrouchi 2025-03-21 15:25:11 +01:00
parent e58d55cc54
commit ab33a320bc

View File

@ -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 },