Skip to content

fix: querybuilder multigraph error

Dennis Collaris requested to merge fix/querybuilder-multigraph into main

The querybuilder would not load after the multigraph change from a12f813c. I think this happens because the querybuilder savestate includes the option multi: false. When a non-muligraph savestate is encountered, this code will just set multi to true.

Merge request reports

Loading