Add workflows settings in start node (#1270)

This commit is contained in:
Shuchang Zheng
2024-11-26 10:41:18 -08:00
committed by GitHub
parent 61f94af7f3
commit e0aadac962
13 changed files with 275 additions and 42 deletions

View File

@@ -514,6 +514,7 @@ function CreateNewTaskForm({ initialValues }: Props) {
<ProxySelector
value={field.value}
onChange={field.onChange}
className="w-48"
/>
</FormControl>
<FormMessage />