From 269ac0f191635f7a96d79bebe2dd1be16669df45 Mon Sep 17 00:00:00 2001 From: Sai Deepesh Date: Mon, 18 Oct 2021 09:02:33 +0530 Subject: [PATCH] add default value for textarea (#1111) --- frontend/src/Editor/Components/components.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/Editor/Components/components.js b/frontend/src/Editor/Components/components.js index 2378dad636..d15ecca58c 100644 --- a/frontend/src/Editor/Components/components.js +++ b/frontend/src/Editor/Components/components.js @@ -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: [],