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} diff --git a/src/Explorer/Graph/GraphExplorerComponent/MiddlePaneComponent.tsx b/src/Explorer/Graph/GraphExplorerComponent/MiddlePaneComponent.tsx index 063a70e56..0282ab1ce 100644 --- a/src/Explorer/Graph/GraphExplorerComponent/MiddlePaneComponent.tsx +++ b/src/Explorer/Graph/GraphExplorerComponent/MiddlePaneComponent.tsx @@ -23,7 +23,9 @@ export class MiddlePaneComponent extends React.Component