We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36d4f06 commit c8ba492Copy full SHA for c8ba492
client/packages/lowcoder/src/comps/comps/textComp.tsx
@@ -124,7 +124,7 @@ let TextTmpComp = (function () {
124
const childrenMap = {
125
text: stringExposingStateControl(
126
"text",
127
- trans("textShow.text", {name: "{{currentUser.name}}"})
+ trans("textShow.text", { name: "{{currentUser.name}}" })
128
),
129
autoHeight: AutoHeightControl,
130
type: dropdownControl(typeOptions, "markdown"),
0 commit comments