Skip to content

Commit

Permalink
fix: 修复单测问题
Browse files Browse the repository at this point in the history
  • Loading branch information
yupeng12 committed Mar 8, 2024
1 parent 0c8cfa5 commit 52c8d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/amis/src/renderers/Table/TableRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ export class TableRow extends React.PureComponent<
},
`Table-tr--${depth}th`
)}
{...testIdBuilder?.(rowPath).getTestId()}
{...testIdBuilder?.(rowPath)?.getTestId()}
>
{columns.map(column =>
appeard ? (
Expand Down

0 comments on commit 52c8d15

Please sign in to comment.