Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Mar 18, 2024
1 parent 131c007 commit dd799ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/datatable/BodyCell.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
);
Expand Down

0 comments on commit dd799ec

Please sign in to comment.