* Simplify the calling of upload widget.

This commit is contained in:
liugang
2023-07-06 14:24:57 +08:00
parent c159118f91
commit ac3aef0948
13 changed files with 14 additions and 50 deletions
+1 -3
View File
@@ -84,9 +84,7 @@ formPanel
formGroup
(
set::label($lang->design->file),
upload(
set::name('files'),
),
upload()
),
),
);