Skip to content

Commit

Permalink
default values for text widget props (ToolJet#1103)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsFaar authored Oct 16, 2021
1 parent ea77528 commit 1170fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Editor/Components/components.js
Original file line number Diff line number Diff line change
@@ -645,7 +645,7 @@ export const componentTypes = [
properties: {
text: { value: 'Text goes here !' },
visible: { value: true },
loadingState: { value: false },
loadingState: { value: `{{false}}` },
},
events: [],
styles: {

0 comments on commit 1170fcf

Please sign in to comment.