File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
client/packages/lowcoder/src Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -931,6 +931,8 @@ const uiCompMap: Registry = {
931
931
layoutInfo : {
932
932
w : 13 ,
933
933
h : 55 ,
934
+ }
935
+ } ,
934
936
mention : {
935
937
name : trans ( "uiComp.mentionCompName" ) ,
936
938
enName : "mention" ,
Original file line number Diff line number Diff line change @@ -2651,7 +2651,7 @@ export const en = {
2651
2651
helpdisplayName : "display name(low priority)" ,
2652
2652
helpvalue : "Comment content" ,
2653
2653
helpcreatedAt : "create date" ,
2654
- }
2654
+ } ,
2655
2655
mention : {
2656
2656
mentionList : "mention list" ,
2657
2657
} ,
Original file line number Diff line number Diff line change @@ -2508,7 +2508,7 @@ timeLine: {
2508
2508
helpdisplayName : "头像文字(低优先)" ,
2509
2509
helpvalue : "评论内容" ,
2510
2510
helpcreatedAt : "创建时间" ,
2511
- }
2511
+ } ,
2512
2512
mention :{
2513
2513
mentionList : "提及列表" ,
2514
2514
} ,
You can’t perform that action at this time.
0 commit comments