mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
fix :: default value initially for number input widget (#6127)
This commit is contained in:
parent
34f803cdf5
commit
eb013e4bf5
1 changed files with 1 additions and 1 deletions
|
|
@ -1170,7 +1170,7 @@ export const widgets = [
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
exposedVariables: {
|
exposedVariables: {
|
||||||
value: 0,
|
value: 99,
|
||||||
},
|
},
|
||||||
definition: {
|
definition: {
|
||||||
others: {
|
others: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue