Skip to content
Snippets Groups Projects
Commit 6604f7b7 authored by Vink, S.A. (Sjoerd)'s avatar Vink, S.A. (Sjoerd) Committed by Leonardo Christino
Browse files

fix(visChange)

parent e4539144
No related branches found
No related tags found
1 merge request!93fix(visChange)
Pipeline #128120 passed
......@@ -40,7 +40,7 @@ export const VisualizationPanel = () => {
default:
return null;
}
}, [graphQueryResult]);
}, [graphQueryResult, vis]);
return (
<div className="vis-panel h-full w-full overflow-y-auto" style={graphQueryResult.nodes.length === 0 ? { overflow: 'hidden' } : {}}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment