mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
revert/fix default value for dropdown (#1142)
This commit is contained in:
parent
c8f3479432
commit
e3087f737d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Reference in a new issue