mirror of
https://github.com/hexastack/hexabot
synced 2025-06-04 03:26:22 +00:00
fix: apply feedbacks
This commit is contained in:
parent
7ed50a5ce0
commit
ebd2a66bbd
@ -137,8 +137,8 @@ export const NlpValues = ({ entityId }: { entityId: string }) => {
|
||||
renderCell: ({ row }) => (
|
||||
<Chip
|
||||
sx={{ alignContent: "center" }}
|
||||
id={(row.nlpSamplesCount || `nlpSamplesCount_${row.id}`).toString()}
|
||||
label={row.nlpSamplesCount?.toString()}
|
||||
id={row.id}
|
||||
label={row.nlpSamplesCount || "N/A"}
|
||||
variant="inbox"
|
||||
/>
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user