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

This commit is contained in:
liumengyi
2023-11-15 08:52:18 +08:00
parent cbd9c72aec
commit f06e80c011
+1 -1
View File
@@ -76,7 +76,7 @@ class formSettingBtn extends wg
(
btn(set::text($lang->save), setClass('primary'), on::click('onSubmitFormtSetting')),
btn(set::text($lang->cancel), set::btnType('button'), on::click('cancelFormSetting'), set('data-url', $cancelLink)),
btn(set::text($lang->restore), setClass('text-primary ghost'), set::href('#'), set('data-url', $customLink), on::click('revertDefaultFields')),
btn(set::text($lang->restore), setClass('text-primary ghost'), set::href('#'), set('data-url', $customLink), on::click('revertDefaultFields'))
)),
to::headingActions(array(btn(set::icon('close'), setClass('ghost'), set::size('sm'), on::click('closeCustomPopupMenu')))),
$this->buildCustomFields($customFields)