Commit e5140cd
committed
Adjust condition for initializing chasm tree root for new workflows (#8638)
## What changed?
Changed the condition to check whether the root component of the chasm
tree has been initialized for new workflows
## Why?
The root component is never actually empty since we are using
`NewEmptyTree` which sets a root component with no type
## How did you test it?
- [x] built
- [ ] run locally and tested manually
- [ ] covered by existing tests
- [ ] added new unit test(s)
- [ ] added new functional test(s)1 parent 15acf6d commit e5140cd
2 files changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1174 | 1174 | | |
1175 | 1175 | | |
1176 | 1176 | | |
1177 | | - | |
| 1177 | + | |
1178 | 1178 | | |
1179 | 1179 | | |
1180 | 1180 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2589 | 2589 | | |
2590 | 2590 | | |
2591 | 2591 | | |
2592 | | - | |
2593 | | - | |
2594 | | - | |
| 2592 | + | |
2595 | 2593 | | |
2596 | 2594 | | |
2597 | 2595 | | |
| |||
0 commit comments