add default value for textarea (#1111)

This commit is contained in:
Sai Deepesh 2021-10-18 09:02:33 +05:30 committed by GitHub
parent 6556dfbb68
commit 269ac0f191
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -563,7 +563,10 @@ export const componentTypes = [
showOnMobile: { value: false },
},
properties: {
value: { value: '' },
value: {
value:
'ToolJet is an open-source low-code platform for building and deploying internal tools with minimal engineering efforts 🚀',
},
placeholder: { value: 'Placeholder text' },
},
events: [],