mirror of
https://github.com/hexastack/hexabot
synced 2025-06-04 03:26:22 +00:00
fix: remove N/A defaultvalue
This commit is contained in:
parent
a38824a23a
commit
18f26df7bb
@ -138,7 +138,7 @@ export const NlpValues = ({ entityId }: { entityId: string }) => {
|
||||
<Chip
|
||||
sx={{ alignContent: "center" }}
|
||||
id={row.id}
|
||||
label={row.nlpSamplesCount || "N/A"}
|
||||
label={row.nlpSamplesCount}
|
||||
variant="inbox"
|
||||
/>
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user