From 1170fcfe19cf7f58c0b7226ad21e133e1a4ab829 Mon Sep 17 00:00:00 2001 From: Mohammad Farhan <67395591+ThisIsFaar@users.noreply.github.com> Date: Sat, 16 Oct 2021 08:40:04 +0530 Subject: [PATCH] default values for text widget props (#1103) --- 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 3e1105a536..2378dad636 100644 --- a/frontend/src/Editor/Components/components.js +++ b/frontend/src/Editor/Components/components.js @@ -645,7 +645,7 @@ export const componentTypes = [ properties: { text: { value: 'Text goes here !' }, visible: { value: true }, - loadingState: { value: false }, + loadingState: { value: `{{false}}` }, }, events: [], styles: {