mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +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: {
|
||||
value: 0,
|
||||
value: 99,
|
||||
},
|
||||
definition: {
|
||||
others: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue