Skip to content

Commit

Permalink
Fix WorkspaceExport
Browse files Browse the repository at this point in the history
Fix Workspace Export
  • Loading branch information
druckgott committed Apr 9, 2024
1 parent 721ad97 commit c7aee3b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -797,9 +797,7 @@ function BlackboxLogViewer() {
if(item) {
workspaceGraphConfigs = item;
} else {
workspaceGraphConfigs = {graphConfig : [
null,null,null,null,null,null,null,null,null,null
]};
workspaceGraphConfigs = graphConfig;
}
});

Expand Down

0 comments on commit c7aee3b

Please sign in to comment.