From 8c511f0cfc57da43ad370283a9ca08838eeb5866 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Tue, 26 Nov 2019 16:06:45 +0000 Subject: [PATCH] Added todo --- src/components/pluginComponents/JsonForm.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/pluginComponents/JsonForm.vue b/src/components/pluginComponents/JsonForm.vue index 0a718d82..da0862b2 100644 --- a/src/components/pluginComponents/JsonForm.vue +++ b/src/components/pluginComponents/JsonForm.vue @@ -133,6 +133,7 @@ export default { }, submitApiUri: function() { + // TODO: This could probably be handled more explicitally return this.pluginApiUri + this.route; } },