diff --git a/components/lib/datatable/BodyCell.js b/components/lib/datatable/BodyCell.js index 5e7ff65735..2f1b35c792 100644 --- a/components/lib/datatable/BodyCell.js +++ b/components/lib/datatable/BodyCell.js @@ -715,7 +715,7 @@ export const BodyCell = React.memo((props) => { 'aria-label': ariaLabel('cancelEdit'), onClick: rowEditorProps.onCancelClick, className: rowEditorProps.cancelClassName, - tabIndex: props.tabIndex, + tabIndex: props.tabIndex }, getColumnPTOptions('rowEditorCancelButton') );