Skip to content

Commit

Permalink
Merge pull request #154 from chaintope/fix/153
Browse files Browse the repository at this point in the history
Fix problem that material valiadtion not work
  • Loading branch information
rantan authored Aug 31, 2023
2 parents 46500c7 + 4fdd1b7 commit b845570
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export class MaterialTrackingValidationPage implements OnInit {
this.alg = data.header.alg;
this.payload = data.payload;
this.valid = data.valid;
this.hasError = !data.valid;
this.errorMsg = data.error;
},
err => {
Expand Down

0 comments on commit b845570

Please sign in to comment.