mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
default values for text widget props (#1103)
This commit is contained in:
parent
ea77528472
commit
1170fcfe19
1 changed files with 1 additions and 1 deletions
|
|
@ -645,7 +645,7 @@ export const componentTypes = [
|
|||
properties: {
|
||||
text: { value: 'Text goes here !' },
|
||||
visible: { value: true },
|
||||
loadingState: { value: false },
|
||||
loadingState: { value: `{{false}}` },
|
||||
},
|
||||
events: [],
|
||||
styles: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue