From 2b559fbb839ada719e7d22bb80cf8d22a492cb39 Mon Sep 17 00:00:00 2001 From: MokireddySampath <120497218+MokireddySampath@users.noreply.github.com> Date: Tue, 23 May 2023 16:55:07 +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} />