diff --git a/src/Common/TableEntity.tsx b/src/Common/TableEntity.tsx index f3ec564f5..e4072f190 100644 --- a/src/Common/TableEntity.tsx +++ b/src/Common/TableEntity.tsx @@ -142,7 +142,6 @@ export const TableEntity: FunctionComponent = ({ {...imageProps} src={EditIcon} alt="editEntity" - id="editEntity" onClick={onEditEntity} tabIndex={0} onKeyPress={handleKeyPress}