Loading src/components/pluginComponents/JsonForm.vue +1 −0 Original line number Diff line number Diff line Loading @@ -133,6 +133,7 @@ export default { }, submitApiUri: function() { // TODO: This could probably be handled more explicitally return this.pluginApiUri + this.route; } }, Loading Loading
src/components/pluginComponents/JsonForm.vue +1 −0 Original line number Diff line number Diff line Loading @@ -133,6 +133,7 @@ export default { }, submitApiUri: function() { // TODO: This could probably be handled more explicitally return this.pluginApiUri + this.route; } }, Loading