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

This commit is contained in:
liumengyi
2023-11-14 15:48:45 +08:00
parent 68be9802dd
commit 359032af3b
18 changed files with 176 additions and 177 deletions
+2 -2
View File
@@ -24,14 +24,14 @@ formPanel
editor
(
set::name('comment'),
set::rows('5'),
set::rows('5')
),
input(
set::className('hidden'),
set::name('status'),
set::value('pause')
)
),
)
);
hr();
history();