fix: set default allow_self_approval as 1
This commit is contained in:
parent
45aba69a06
commit
41af595a9a
1 changed files with 1 additions and 0 deletions
|
|
@ -128,6 +128,7 @@ onConnect((edge) => {
|
|||
data: {
|
||||
action: "",
|
||||
allowed: "All",
|
||||
allow_self_approval: 1,
|
||||
from: source_node.data.state,
|
||||
to: target_node.data.state,
|
||||
from_id: source_node.id,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue