* Rename the users widget to userPicker.

This commit is contained in:
liugang
2024-04-28 09:43:11 +08:00
parent b640ccf3c9
commit c243c717d6
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ formPanel
div
(
setClass('w-full'),
users(set::label($lang->doclib->user), set::items($users))
userPicker(set::label($lang->doclib->user), set::items($users))
)
)
)