* Fix fatel error of execution-create.

This commit is contained in:
zhouxin
2023-10-24 08:51:33 +08:00
parent d67b31dedc
commit b376a91a07
+1 -2
View File
@@ -345,9 +345,8 @@ formPanel
(
set::name('end'),
set('id', 'end'),
set::value((isset($plan) && !empty($plan->end) ? $plan->end : ''),
set::value((isset($plan) && !empty($plan->end)) ? $plan->end : ''),
set::placeholder($lang->execution->end),
),
)
),
),