Set exposedVariables.value to "" for TextArea components fixes Issue: #2454 (#2486)

* fix: set `explosedVariables.value` to "" for TextArea components

* changed default text to correct one

* reverted package-lock.json and server/package-lock.json
This commit is contained in:
KaviiSuri 2022-03-14 00:06:33 +05:30 committed by GitHub
parent 124f94ca6b
commit 5f1ac2b27b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -666,7 +666,8 @@ export const componentTypes = [
borderRadius: { type: 'code', displayName: 'Border radius' },
},
exposedVariables: {
value: {},
value:
'ToolJet is an open-source low-code platform for building and deploying internal tools with minimal engineering efforts 🚀',
},
definition: {
others: {