final fix
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
<div class="container">
|
||||
<div class="registration-header">
|
||||
@if(editMode()){
|
||||
<button mat-button type="button" routerLink="/application-list" class="button">
|
||||
Cancel Editing
|
||||
</button>
|
||||
<button mat-button type="button" (click)="cancelEdit()" class="button">
|
||||
Cancel Editing
|
||||
</button>
|
||||
}@else {
|
||||
<button mat-button type="button" routerLink="/landing" class="button">
|
||||
Go Back
|
||||
@@ -22,10 +22,12 @@
|
||||
<form class="registration-form" [formGroup]="form" (ngSubmit)="onSubmit()">
|
||||
|
||||
<!-- Profile Image Upload -->
|
||||
<div class="image-upload">
|
||||
<app-image-input formControlName="profileImage"></app-image-input>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="image-upload">
|
||||
<app-image-input [src]="this.previewUrl" formControlName="profileImage"></app-image-input>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- Full Name -->
|
||||
<mat-form-field appearance="outline">
|
||||
<mat-label>Full Name</mat-label>
|
||||
|
||||
Reference in New Issue
Block a user