fix(plugin-workflow): fix workflow schema (#1115)

This commit is contained in:
Junyi 2022-11-21 00:48:28 -08:00 committed by GitHub
parent 9b1ecb67f1
commit fc7da4a04c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -271,6 +271,10 @@ export const workflowSchema: ISchema = {
'x-component': 'CollectionField',
'x-decorator': 'FormItem',
},
description: {
'x-component': 'CollectionField',
'x-decorator': 'FormItem',
},
footer: {
type: 'void',
'x-component': 'Action.Modal.Footer',