Skip to content

Commit

Permalink
Update index.js (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
KippWade committed May 21, 2024
1 parent 2c12e40 commit 9617d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MTableBodyRow/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ function MTableBodyRow({ forwardedRef, ...props }) {
components={props.components}
data={data}
icons={icons}
localization={localization}
localization={localization.editRow}
getFieldValue={props.getFieldValue}
key={index}
mode={data.tableData.editing}
Expand Down

0 comments on commit 9617d7a

Please sign in to comment.