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: [],