Fix action URLs

This commit is contained in:
Richard Bowman 2023-12-01 02:22:49 +00:00
parent 65c881fea1
commit 59e0cf5905

View file

@ -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;