mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-11 16:09:39 +00:00
remove only static for slider min
This commit is contained in:
@@ -1516,8 +1516,7 @@ Hello \${ctx.username}
|
||||
min: {
|
||||
type: 'static',
|
||||
value: 0,
|
||||
fieldType: 'number',
|
||||
onlyStatic: true
|
||||
fieldType: 'number'
|
||||
},
|
||||
max: {
|
||||
type: 'static',
|
||||
|
||||
Reference in New Issue
Block a user