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:
parent
01db49a089
commit
9b5e923e91
@ -217,7 +217,7 @@ export const WorkflowTodo: React.FC & { Drawer: React.FC; Decorator: React.FC }
|
|||||||
}}
|
}}
|
||||||
schema={{
|
schema={{
|
||||||
type: 'void',
|
type: 'void',
|
||||||
name: uid(),
|
// name: uid(),
|
||||||
'x-component': 'div',
|
'x-component': 'div',
|
||||||
properties: {
|
properties: {
|
||||||
actions: {
|
actions: {
|
||||||
|
Loading…
Reference in New Issue
Block a user