Skip to content

Commit

Permalink
Merge pull request #179 from Rahuljagwani/EditNode
Browse files Browse the repository at this point in the history
issue #177 solved
  • Loading branch information
pradeeban authored Aug 2, 2023
2 parents 5e6f511 + 6eccd98 commit e362bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/defaultValidators.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ edges.forEach((e) => {
break;
}
}
if (numE === numEdge && numE != "0") {
if (numE === numEdge && numE != "0" && numE !== "") {
message = {
ok: false,
err: '2 edges cannot have same prefixes if they are number',
Expand Down

0 comments on commit e362bcf

Please sign in to comment.