Fixed lint

pull/41/head
cagataycivici 2019-08-04 15:21:53 +03:00
parent dad730398f
commit 0b90fd055a
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ export default {
}
let _nodes = {...this.nodes}
nodes[parseInt(node.key, 10)] = _node;
_nodes[parseInt(node.key, 10)] = _node;
this.nodes = _nodes;
this.loading = false;