From 970afa760ac3ba584daabcfc7fc1496b25cedc96 Mon Sep 17 00:00:00 2001 From: juggledad Date: Mon, 26 Oct 2020 04:03:35 -0400 Subject: [PATCH] Set initial values of 'From' and 'To to "" to allow dynamic overiding them --- function/random/random.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/function/random/random.html b/function/random/random.html index bf1ae44a..3fcefcc5 100644 --- a/function/random/random.html +++ b/function/random/random.html @@ -31,8 +31,8 @@ color:"#E2D96E", defaults: { name: {value:""}, - low: {value:"1"}, - high: {value:"10"}, + low: {value:""}, + high: {value:""}, inte: {value:"true"}, property: {value:"payload",required:true} },