diff --git a/webapp/src/main.js b/webapp/src/main.js index 9cbc414a..934de84c 100644 --- a/webapp/src/main.js +++ b/webapp/src/main.js @@ -67,7 +67,7 @@ Vue.mixin({ } }, thingActionUrl(thing, action) { - return this.$store.getters["wot/thingActionUrl"](thing, action); + return this.$store.getters["wot/thingActionUrl"](thing, action, "invokeaction"); }, modalConfirm: function(modalText) { var context = this;