mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-22 16:38:21 +00:00
Set textinput default value (#1148)
* revert textinput default value * default value
This commit is contained in:
parent
f70737ff03
commit
1776ae85ea
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ export const componentTypes = [
|
|||
showOnMobile: { value: false },
|
||||
},
|
||||
properties: {
|
||||
value: { value: 'Hello 👋🏻' },
|
||||
value: { value: '' },
|
||||
placeholder: { value: 'Placeholder text' },
|
||||
},
|
||||
events: [],
|
||||
|
|
|
|||
Loading…
Reference in a new issue