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

fix(initialVis): fixed initial render problem

parent dff3e7aa
No related branches found
Tags v1.39.3
1 merge request!122fix(initialVis)
Pipeline #130444 passed
......@@ -16,7 +16,7 @@ export type VisState = {
};
export const initialState: VisState = {
activeVisualization: 'NodeLink',
activeVisualization: 'NodeLinkVis',
settings: {
general: {},
},
......
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