From dd799ec328a50fd468e459c7af1f40cfed8db7cf Mon Sep 17 00:00:00 2001 From: Melloware Date: Mon, 18 Mar 2024 08:26:24 -0400 Subject: [PATCH] Fixed formatting --- components/lib/datatable/BodyCell.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') );