From 881efd965cf1dc72cdd765c1fac405fb894272c7 Mon Sep 17 00:00:00 2001 From: MokireddySampath <120497218+MokireddySampath@users.noreply.github.com> Date: Wed, 31 May 2023 14:46:03 +0530 Subject: [PATCH] Update TableEntity.tsx --- src/Common/TableEntity.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Common/TableEntity.tsx b/src/Common/TableEntity.tsx index 33f764b42..e4072f190 100644 --- a/src/Common/TableEntity.tsx +++ b/src/Common/TableEntity.tsx @@ -143,6 +143,7 @@ export const TableEntity: FunctionComponent = ({ src={EditIcon} alt="editEntity" onClick={onEditEntity} + tabIndex={0} onKeyPress={handleKeyPress} />