revert/fix default value for dropdown (#1142)

This commit is contained in:
Arpit 2021-10-25 17:25:40 +05:30 committed by GitHub
parent c8f3479432
commit e3087f737d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -839,7 +839,7 @@ export const componentTypes = [
},
properties: {
label: { value: 'Select' },
value: { value: '' },
value: { value: '{{2}}' },
values: { value: '{{[1,2,3]}}' },
display_values: { value: '{{["one", "two", "three"]}}' },
visible: { value: true },