* Remove the empty option from the project drop-down of the copy execution.

This commit is contained in:
tianshujie
2023-10-13 16:41:53 +08:00
parent 8cba8958d4
commit 7dd58bd0b7
+1
View File
@@ -523,6 +523,7 @@ modalTrigger
set::name('project'),
set::items($copyProjects),
set::value($projectID),
set::required(true),
on::change('loadProjectExecutions'),
),
),