Skip to content

Commit aaeb3c6

Browse files
committed
formating removed-74
1 parent b320839 commit aaeb3c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

client/packages/lowcoder/src/comps/comps/textInputComp/mentionComp.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ let MentionTmpComp = (function () {
9999
style: styleControl(InputLikeStyle),
100100
animationStyle: styleControl(AnimationStyle),
101101
mentionList: jsonControl(checkMentionListData, {
102-
'@': ['Li Lei', 'Han Meimei'],
103-
'#': ['123', '456', '789'],
102+
"@": ["Li Lei", "Han Meimei"],
103+
"#": ["123", "456", "789"],
104104
}),
105105
onEvent: eventHandlerControl(EventOptions),
106-
invalid: booleanExposingStateControl('invalid'),
106+
invalid: booleanExposingStateControl("invalid"),
107107
};
108108

109109
return new UICompBuilder(childrenMap, (props) => {

0 commit comments

Comments
 (0)