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

This commit is contained in:
liumengyi
2023-11-14 09:04:03 +08:00
parent f919ce7176
commit 96038ac9e7
13 changed files with 83 additions and 83 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ $buildCreateBtn = function($type, $typeID, $libID, $moduleID, $templateParam, $b
btn(setClass('btn primary dropdown-toggle'),
setStyle(array('padding' => '6px', 'border-radius' => '0 2px 2px 0'))),
set::placement('bottom-end'),
set::items($buttonItems),
set::items($buttonItems)
)
);
};