From 63398cb83644e12fbdb065cba679d9af8565185b Mon Sep 17 00:00:00 2001 From: Olivier Verhaegen <56387556+OlivierVerhaegen@users.noreply.github.com> Date: Mon, 17 Apr 2023 13:59:07 +0200 Subject: [PATCH] Bugfix: not saving ack field --- io/stomp/18-stomp.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/io/stomp/18-stomp.html b/io/stomp/18-stomp.html index 0c8861b3..aa376de0 100644 --- a/io/stomp/18-stomp.html +++ b/io/stomp/18-stomp.html @@ -9,8 +9,8 @@
- - @@ -45,7 +45,7 @@ defaults: { name: {value:""}, server: {type:"stomp-server",required:true}, - ack: {value: "auto"}, + ack: {value: "auto", required: true}, topic: {value:"",required:true} }, inputs:0,