Browse Source

chore: Optimization

master
wangxiang 2 years ago
parent
commit
7d304a18ab
No known key found for this signature in database
GPG Key ID: 1BA7946AB6B232E4
  1. 6
      src/views/workflow/extension/listener/listener.data.ts

6
src/views/workflow/extension/listener/listener.data.ts

@ -103,7 +103,11 @@ export const formSchema: FormSchema[] = [
component: 'Select', component: 'Select',
required: true, required: true,
componentProps: { componentProps: {
options: [] options: [
{ label: 'start', value: 'start' },
{ label: 'take', value: 'take' },
{ label: 'end', value: 'end' }
]
} }
}, },
{ {

Loading…
Cancel
Save