Commit 7919ab20 authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

fix vis issue while importing a new scenario

parent aa30c5be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1723,7 +1723,7 @@ export function addPlNode(pl, parent, nodes, edges) {
    highlight: lineColor,
    hover: lineColor
  };
  e['dashes'] = pl.wireless;
  e['dashes'] = pl.wireless || false;

  // Set level and group based on PL type
  switch (pl.type) {