fix: set default allow_self_approval as 1

This commit is contained in:
Shariq Ansari 2023-11-16 12:39:56 +05:30
parent 45aba69a06
commit 41af595a9a

View file

@ -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,