Swap Order of SimpleTemplates
All checks were successful
E2E Testing / test (push) Successful in 1m37s
All checks were successful
E2E Testing / test (push) Successful in 1m37s
This commit is contained in:
parent
078c23d966
commit
2f00109781
@ -1,17 +1,17 @@
|
||||
{
|
||||
"componentName": "SimpleTemplate 1",
|
||||
"componentName": "SimpleTemplate 2",
|
||||
"componentDescription": "",
|
||||
"states": [
|
||||
{
|
||||
"initial": false,
|
||||
"conditions": [],
|
||||
"stateLabel": "1",
|
||||
"stateLabel": "A",
|
||||
"stateDescription": ""
|
||||
},
|
||||
{
|
||||
"initial": false,
|
||||
"conditions": [],
|
||||
"stateLabel": "2",
|
||||
"stateLabel": "B",
|
||||
"stateDescription": ""
|
||||
}
|
||||
],
|
||||
@ -19,8 +19,8 @@
|
||||
{
|
||||
"scriptAccountActions": [],
|
||||
"scriptAccountConditions": [],
|
||||
"startingState": "1",
|
||||
"endingState": "2",
|
||||
"startingState": "A",
|
||||
"endingState": "B",
|
||||
"actionMap": {}
|
||||
}
|
||||
],
|
||||
|
@ -1,17 +1,17 @@
|
||||
{
|
||||
"componentName": "SimpleTemplate 2",
|
||||
"componentName": "SimpleTemplate 1",
|
||||
"componentDescription": "",
|
||||
"states": [
|
||||
{
|
||||
"initial": false,
|
||||
"conditions": [],
|
||||
"stateLabel": "A",
|
||||
"stateLabel": "1",
|
||||
"stateDescription": ""
|
||||
},
|
||||
{
|
||||
"initial": false,
|
||||
"conditions": [],
|
||||
"stateLabel": "B",
|
||||
"stateLabel": "2",
|
||||
"stateDescription": ""
|
||||
}
|
||||
],
|
||||
@ -19,8 +19,8 @@
|
||||
{
|
||||
"scriptAccountActions": [],
|
||||
"scriptAccountConditions": [],
|
||||
"startingState": "A",
|
||||
"endingState": "B",
|
||||
"startingState": "1",
|
||||
"endingState": "2",
|
||||
"actionMap": {}
|
||||
}
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user