* Remove , at the end of row in the lastest children in upload widget.

This commit is contained in:
liumengyi
2023-11-15 09:29:23 +08:00
parent aa878e6c91
commit 2eb6564ae2
+1 -1
View File
@@ -37,7 +37,7 @@ class upload extends wg
'limitSize?: false|string=false', // 上传尺寸限制
'duplicatedHint?: string', // 文件名重复提示
'exceededSizeHint?: string', // 上传超出大小限制提示
'exceededCountHint?: string', // 上传超出个数限制提示
'exceededCountHint?: string' // 上传超出个数限制提示
);
protected function build(): zui