Skip to content

Commit

Permalink
fix: no retry in edit user form (#1367)
Browse files Browse the repository at this point in the history
  • Loading branch information
derschnee68 committed Jan 22, 2024
1 parent ba2dc93 commit 1f03e7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Expand Up @@ -26,8 +26,8 @@
</div>
</div>
</div>
<div class="icon link" *ngIf="projectMember" [routerLink]="getAddClassInstanceLink()">
<a class="icon link" *ngIf="projectMember" [routerLink]="getAddClassInstanceLink()">
<mat-icon>add_circle_outline</mat-icon>
</div>
</a>
</div>
</div>
3 changes: 1 addition & 2 deletions apps/dsp-app/src/app/user/user-form/user-form.component.html
Expand Up @@ -84,8 +84,7 @@
<dasch-swiss-app-progress-indicator [color]="'white'" [status]="0" *ngIf="loading" class="submit-progress">
</dasch-swiss-app-progress-indicator>
<mat-icon *ngIf="(hasLoadingErrors$ | async) === true && !loading">close</mat-icon>
{{ !loading && (hasLoadingErrors$ | async) === true ? ('appLabels.form.action.retry' | translate) :
('appLabels.form.action.submit' | translate) }}
{{ ('appLabels.form.action.submit' | translate) }}
</button>
</span>
</div>
Expand Down

0 comments on commit 1f03e7d

Please sign in to comment.