fix: update NlpValue to have full format

This commit is contained in:
yassinedorbozgithub 2025-04-03 08:45:09 +01:00
parent 1cc99d0020
commit 7ed50a5ce0

View File

@ -58,7 +58,7 @@ export const NlpValues = ({ entityId }: { entityId: string }) => {
$or: ["doc", "value"], $or: ["doc", "value"],
}); });
const { dataGridProps } = useFind( const { dataGridProps } = useFind(
{ entity: EntityType.NLP_VALUE }, { entity: EntityType.NLP_VALUE, format: Format.FULL },
{ {
params: searchPayload, params: searchPayload,
}, },