Update TableEntity.tsx

This commit is contained in:
MokireddySampath 2023-05-23 16:55:07 +05:30 committed by GitHub
parent a18477dc50
commit 2b559fbb83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,6 +143,7 @@ export const TableEntity: FunctionComponent<TableEntityProps> = ({
src={EditIcon}
alt="editEntity"
onClick={onEditEntity}
tabIndex={0}
onKeyPress={handleKeyPress}
/>
</div>