fix :: default value initially for number input widget (#6127)

This commit is contained in:
Kiran Ashok 2023-05-10 11:09:50 +05:30 committed by GitHub
parent 34f803cdf5
commit eb013e4bf5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1170,7 +1170,7 @@ export const widgets = [
},
},
exposedVariables: {
value: 0,
value: 99,
},
definition: {
others: {