This commit is contained in:
Piotr Pekala 2019-10-01 01:24:26 -07:00
parent dfa25d7b94
commit 4d5ac71f0b

View File

@ -45,7 +45,9 @@ export class DuplicateActionComponent {
})
}
if (runningNodes.length > 0) {
runningNodes = runningNodes.substring(0, runningNodes.length-2);
this.toasterService.error(`Cannot duplicate node data for nodes: ${runningNodes}`);
}
}
}