mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
Changed default value of TextInput (#1090)
This commit is contained in:
parent
a79477cae4
commit
c7d2b604a9
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ export const componentTypes = [
|
|||
showOnMobile: { value: false },
|
||||
},
|
||||
properties: {
|
||||
value: { value: '' },
|
||||
value: { value: 'Hello 👋🏻' },
|
||||
placeholder: { value: 'Placeholder text' },
|
||||
},
|
||||
events: [],
|
||||
|
|
|
|||
Loading…
Reference in a new issue