Skip to content
Snippets Groups Projects
Commit 09fa6149 authored by Marcos Pieras's avatar Marcos Pieras
Browse files

fix: working in sb

parent 2c088447
No related branches found
No related tags found
1 merge request!153feat: update headers style, manage text overflow and sliders to config
Pipeline #136943 passed
This commit is part of merge request !153. Comments created here will be created in the context of that merge request.
......@@ -517,7 +517,7 @@ export const PaohVis = ({ data, graphMetadata, schema, settings, updateSettings
let rowNodeAttributes;
if (graphMetadata != undefined) {
labelEdge = data.metaData.edges.labels[0];
labelEdge = graphMetadata.edges.labels[0];
edgeSchema = schema.edges.find((obj) => String(obj.key).includes(labelEdge));
toNode = edgeSchema?.target as string;
columnNodeAttributes = Object.keys(graphMetadata.nodes.types[settings.columnNode].attributes);
......
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