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 c0e1de9 commit cf0a209Copy full SHA for cf0a209
client/packages/lowcoder-design/src/components/Section.tsx
@@ -149,5 +149,7 @@ export const sectionNames = {
149
data: trans("prop.data"),
150
meetings: trans("prop.meetings"), // added by Falk Wolsky
151
field: trans("prop.field"),
152
- inputFieldStyle:trans("prop.inputFieldStyle")
+ inputFieldStyle:trans("prop.inputFieldStyle"),
153
+ avatarStyle:trans("prop.avatarStyle"),
154
+ captionStyle:trans("prop.captionStyle"),
155
};
0 commit comments