mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
Add default value for alignment of dropdown to left (#2431)
This commit is contained in:
parent
6547f862e5
commit
273c5e3a08
1 changed files with 1 additions and 0 deletions
|
|
@ -927,6 +927,7 @@ export const componentTypes = [
|
|||
borderRadius: { value: '0' },
|
||||
visibility: { value: '{{true}}' },
|
||||
disabledState: { value: '{{false}}' },
|
||||
justifyContent: { value: 'left' },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue