* Set a hidden input to initialize post.

This commit is contained in:
dingguodong
2023-07-26 15:03:37 +08:00
parent 1e63391ebc
commit 402d9a6c28
+5
View File
@@ -22,6 +22,11 @@ formPanel
(
set::name('comment'),
set::rows('6'),
),
input(
set::class('hidden'),
set::name('status'),
set::value('closed')
)
)
);