From d0c75e449096221f02486375f8d0cd29132b49bb Mon Sep 17 00:00:00 2001 From: MokireddySampath <120497218+MokireddySampath@users.noreply.github.com> Date: Wed, 22 Nov 2023 00:07:02 +0530 Subject: [PATCH] role has been changed to buttton for the graphic images of edit and delete buttons (#1652) --- src/Common/TableEntity.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Common/TableEntity.tsx b/src/Common/TableEntity.tsx index dec2c707d..f3d0b5244 100644 --- a/src/Common/TableEntity.tsx +++ b/src/Common/TableEntity.tsx @@ -146,6 +146,7 @@ export const TableEntity: FunctionComponent = ({ onClick={onEditEntity} tabIndex={0} onKeyPress={handleKeyPress} + role="button" /> @@ -160,6 +161,7 @@ export const TableEntity: FunctionComponent = ({ onClick={onDeleteEntity} tabIndex={0} onKeyPress={handleKeyPressdelete} + role="button" /> )}