Add default value for alignment of dropdown to left (#2431)

This commit is contained in:
Sherfin Shamsudeen 2022-03-04 13:20:44 +05:30 committed by GitHub
parent 6547f862e5
commit 273c5e3a08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -927,6 +927,7 @@ export const componentTypes = [
borderRadius: { value: '0' },
visibility: { value: '{{true}}' },
disabledState: { value: '{{false}}' },
justifyContent: { value: 'left' },
},
},
},