Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
this.Nodes.save({ id: this.node.id }, data, function(node) {
this.selected.id = parseInt(node.id);
this.load();
UIkit.notify(this.$trans('%type% saved.', {type: type.label}));
});
},