ObjectParameter default values

This commit is contained in:
2025-12-19 16:43:09 +09:00
parent f6b12850c0
commit 0b39d04114

View File

@ -92,7 +92,7 @@ const ObjectParameter = ({
<TableCell> <TableCell>
<TableCellLayout> <TableCellLayout>
{values[0].value as string} {values}
</TableCellLayout> </TableCellLayout>
</TableCell> </TableCell>
</TableRow> </TableRow>