fix: option field display value in workflow todo list (#2246)

* fix: option field display value in workflowtodo

* refactor: code improve

* refactor: code improve
This commit is contained in:
katherinehhh 2023-07-14 13:08:00 +08:00 committed by GitHub
parent 01db49a089
commit 9b5e923e91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -217,7 +217,7 @@ export const WorkflowTodo: React.FC & { Drawer: React.FC; Decorator: React.FC }
}}
schema={{
type: 'void',
name: uid(),
// name: uid(),
'x-component': 'div',
properties: {
actions: {