From 5e8aa491ba5da2a30ec278a9bc9ad43bf720670f Mon Sep 17 00:00:00 2001 From: Hardikkumar Nai <80053762+hardiknai-techm@users.noreply.github.com> Date: Tue, 21 Sep 2021 21:27:08 +0530 Subject: [PATCH] Load Graph: Name, role and state properties are not defined for 'full screen graph view' control present under 'Graph' tab section. (#1083) --- .../GraphExplorerComponent/MiddlePaneComponent.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/Explorer/Graph/GraphExplorerComponent/MiddlePaneComponent.tsx b/src/Explorer/Graph/GraphExplorerComponent/MiddlePaneComponent.tsx index ff46f357f..9f24ca0d9 100644 --- a/src/Explorer/Graph/GraphExplorerComponent/MiddlePaneComponent.tsx +++ b/src/Explorer/Graph/GraphExplorerComponent/MiddlePaneComponent.tsx @@ -1,8 +1,8 @@ import * as React from "react"; -import { GraphVizComponent, GraphVizComponentProps } from "./GraphVizComponent"; import CollapseArrowIcon from "../../../../images/Collapse_arrow_14x14.svg"; import ExpandIcon from "../../../../images/Expand_14x14.svg"; import LoadingIndicatorIcon from "../../../../images/LoadingIndicator_3Squares.gif"; +import { GraphVizComponent, GraphVizComponentProps } from "./GraphVizComponent"; interface MiddlePaneComponentProps { isTabsContentExpanded: boolean; @@ -17,7 +17,13 @@ export class MiddlePaneComponent extends React.Component
Graph - +