Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…al-identity into main
  • Loading branch information
Idontker committed Jul 24, 2022
2 parents 55a90d5 + c26e35c commit d709897
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ <h1 mat-dialog-title>
</h1>
<mat-divider></mat-divider>
<div mat-dialog-content>
<mat-form-field appearance="standard">
<mat-form-field appearance="standard" *ngIf="this.proofTemplateData.length != 0">
<mat-label>Filter</mat-label>
<input
matInput
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export class CptStep4Component implements OnInit {
proofTemplate,
this.linkedAttributes
);
let body: object = {};
let body: object | null = null;
if (this.linkedAttributes.length != 0) {
body = this.httpParamBuilder.buildAutoIssueActionBody(
this.goalCredDef,
Expand Down

0 comments on commit d709897

Please sign in to comment.