Skip to content
Snippets Groups Projects
Commit bc872948 authored by Vink, S.A. (Sjoerd)'s avatar Vink, S.A. (Sjoerd)
Browse files

fix(visChange): fixed reloading issue when changing vis

parent e4539144
Branches feat/withQueryKPI
No related tags found
1 merge request!93fix(visChange)
Pipeline #128093 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