mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-05 22:38:48 +00:00
* 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:
parent
124f94ca6b
commit
5f1ac2b27b
1 changed files with 2 additions and 1 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue