Browse Source

Fixed default Rule Chain

pull/2714/head
Andrii Shvaika 6 years ago
parent
commit
a437eba585
  1. 2
      application/src/main/data/json/demo/rule_chains/root_rule_chain.json

2
application/src/main/data/json/demo/rule_chains/root_rule_chain.json

@ -3,7 +3,7 @@
"additionalInfo": null,
"name": "Root Rule Chain",
"firstRuleNodeId": null,
"root": false,
"root": true,
"debugMode": false,
"configuration": null
},

Loading…
Cancel
Save