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

This commit is contained in:
liumengyi
2023-11-14 16:02:50 +08:00
parent 3ded2e74d6
commit 9c8414e4a0
6 changed files with 26 additions and 26 deletions
+3 -3
View File
@@ -75,13 +75,13 @@ foreach($fields as $field => $attr)
set::label($title),
set::control($control),
set::value($attr['default']),
set::required($required),
set::required($required)
),
$notice ? formGroup
(
$field == 'url' ? setID('urlNote') : null,
html($notice),
) : null,
html($notice)
) : null
);
}