diff --git a/app.js b/app.js index d7ba26c..ad43f61 100644 --- a/app.js +++ b/app.js @@ -107,7 +107,7 @@ let App = new Vue({ this.addEntry( { node: match[3], - key: match[4], + key: match[4] || "KEY", via: match[5], type: type, typeLabel: this.getNodeTypeLabel(type),