Skip to content

Commit

Permalink
Merge pull request #13 from fimenten/network
Browse files Browse the repository at this point in the history
:
  • Loading branch information
fimenten authored Jul 13, 2024
2 parents 0588358 + 0ea29c0 commit 5ca754b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file removed src/networkTray.js
Empty file.
4 changes: 2 additions & 2 deletions src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function deserializeDOM(data) {
data.parentId,
data.id,
data.name,
children,
[],
data.borderColor,
data.labels,
data.isChecked
Expand All @@ -103,7 +103,7 @@ function deserializeDOM(data) {
data.parentId,
data.id,
data.name,
children,
[],
data.borderColor,
data.labels,
data.isChecked,
Expand Down

0 comments on commit 5ca754b

Please sign in to comment.