Skip to content

Commit 5d7c692

Browse files
authored
Update table.js
1 parent df79539 commit 5d7c692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/table/table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ export default {
716716
// Show the rows
717717
items.forEach((item, rowIndex) => {
718718
// Render the individual item row (rows if details slot)
719-
$rows.push(this.renderTbodyRow(h, item, rowIndex))
719+
$rows.push(this.renderTbodyRow(item, rowIndex))
720720
})
721721
}
722722

0 commit comments

Comments
 (0)