From 8948fffdfcb8b0b4df1df5d338f93efa338ede71 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Tue, 14 Nov 2023 17:26:59 +0800 Subject: [PATCH] * Remove `,` at the end of row in the lastest children in commentDialog widget. --- lib/zin/wg/commentdialog/v1.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zin/wg/commentdialog/v1.php b/lib/zin/wg/commentdialog/v1.php index bfdd4f5c63..5da51b4ac6 100644 --- a/lib/zin/wg/commentdialog/v1.php +++ b/lib/zin/wg/commentdialog/v1.php @@ -10,7 +10,7 @@ class commentDialog extends wg 'url?:string', 'name?:string="comment"', 'method?:string="post"', - 'load?: bool|string', + 'load?: bool|string' ); protected function build(): wg