From c7d2b604a9ab3c61ab9f444e9e7dc4fc74ce7fb8 Mon Sep 17 00:00:00 2001 From: Idan Moral Date: Fri, 15 Oct 2021 17:26:32 +0300 Subject: [PATCH] Changed default value of TextInput (#1090) --- frontend/src/Editor/Components/components.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Editor/Components/components.js b/frontend/src/Editor/Components/components.js index 2828a1ae60..6d8a103fbd 100644 --- a/frontend/src/Editor/Components/components.js +++ b/frontend/src/Editor/Components/components.js @@ -295,7 +295,7 @@ export const componentTypes = [ showOnMobile: { value: false }, }, properties: { - value: { value: '' }, + value: { value: 'Hello 👋🏻' }, placeholder: { value: 'Placeholder text' }, }, events: [],