fix: remove N/A defaultvalue

This commit is contained in:
yassinedorbozgithub 2025-04-04 12:04:40 +01:00
parent a38824a23a
commit 18f26df7bb

View File

@ -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"
/>
),