Add submit button component and style it.
This commit is contained in:
@@ -42,9 +42,7 @@
|
||||
</mat-tab-group>
|
||||
|
||||
<footer>
|
||||
<button type="submit">
|
||||
Save
|
||||
</button>
|
||||
<app-submit-button label="Save" [requestPending]="(isSaving$ | async) == true"></app-submit-button>
|
||||
<button type="button" class="secondary" (click)="goPreviousLocation()">
|
||||
Cancel
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user