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: {