mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: update NlpValue to have full format
This commit is contained in:
parent
1cc99d0020
commit
7ed50a5ce0
@ -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,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user