default values for text widget props (#1103)

This commit is contained in:
Mohammad Farhan 2021-10-16 08:40:04 +05:30 committed by GitHub
parent ea77528472
commit 1170fcfe19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -645,7 +645,7 @@ export const componentTypes = [
properties: {
text: { value: 'Text goes here !' },
visible: { value: true },
loadingState: { value: false },
loadingState: { value: `{{false}}` },
},
events: [],
styles: {