This commit is contained in:
Eugenio Romano
2018-10-22 17:41:13 +01:00
parent ddbb5b3d65
commit 118b3afa26

View File

@@ -165,7 +165,7 @@ export class StartProcessInstanceComponent implements OnChanges, OnInit {
if (!this.isProcessDefinitionsEmpty()) {
if (this.processDefinitions.length == 1) {
if (this.processDefinitions.length === 1) {
this.selectedProcessDef = this.processDefinitions[0];
}