- ui: remove the set::arrow(false) property of the dropdown widget.

This commit is contained in:
liugang
2023-06-13 13:33:18 +08:00
parent 396f18a60b
commit f338f291c7
3 changed files with 0 additions and 4 deletions
-1
View File
@@ -71,7 +71,6 @@ toolbar
setClass('ghost btn square btn-default'),
set::icon('import')
),
set::arrow(false),
set::items(array_filter(array($importTaskItem, $importBugItem))),
set::placement('bottom-end'),
) : null,