Add Default DisplayCondition Case
All checks were successful
E2E Testing / test (push) Successful in 1m34s
All checks were successful
E2E Testing / test (push) Successful in 1m34s
This commit is contained in:
parent
b178d8595a
commit
877d90171f
@ -122,6 +122,8 @@ export class SimpleStateEditorComponent implements OnInit{
|
||||
return state.conditions
|
||||
} else if(state instanceof SimpleTemplateState){
|
||||
return (state as SimpleTemplateState).conditionMap.get(this.templateElement)!
|
||||
} else {
|
||||
return [];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user