diff --git a/platypush/backend/http/webapp/src/components/panels/Execute/Index.vue b/platypush/backend/http/webapp/src/components/panels/Execute/Index.vue index 457db24a..9550c71e 100644 --- a/platypush/backend/http/webapp/src/components/panels/Execute/Index.vue +++ b/platypush/backend/http/webapp/src/components/panels/Execute/Index.vue @@ -306,6 +306,7 @@ export default { this.actionDocsCache[this.action.name] = {} this.actionDocsCache[this.action.name].html = this.selectedDoc + this.$el.querySelector('.action-param-value')?.focus() this.response = undefined this.error = undefined },