Skip to content

Commit

Permalink
fix (#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
Olya-web7 authored Feb 21, 2022
1 parent d1e5982 commit 04ff1eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h3 class="wrapper-title">{{(editMode) ? 'РЕДАГУВАННЯ ЗАКЛАДУ'
<app-create-info-form (passInfoFormGroup)="onReceiveInfoFormGroup($event)" [provider]="provider">
</app-create-info-form>
<div fxLayout="row" fxLayoutAlign="center center" class="footer">
<a [routerLink]="'/personal-cabinet/workshops'"><button mat-raised-button
<a [routerLink]="'/personal-cabinet/provider/info'"><button mat-raised-button
class="btn btn-cancel">Скасувати</button></a>
<button class="btn"
mat-raised-button matStepperNext
Expand All @@ -32,7 +32,7 @@ <h3 class="wrapper-title">{{(editMode) ? 'РЕДАГУВАННЯ ЗАКЛАДУ'
</app-create-contacts-form>
<div fxLayout="row" fxLayoutAlign="center center" class="footer">
<button class="btn" mat-raised-button matStepperPrevious>Назад</button>
<a [routerLink]="'/personal-cabinet/workshops'"><button mat-raised-button
<a [routerLink]="'/personal-cabinet/provider/info'"><button mat-raised-button
class="btn btn-cancel">Скасувати</button></a>
<button class="btn" mat-raised-button matStepperNext
(click)="checkValidationContacts(ContactsFormGroup)">Далі</button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h3 class="wrapper-title">{{editMode ? 'РЕДАГУВАННЯ ГУРТКА' : '

<div fxLayout="row" fxLayoutAlign="center center" class="footer">
<button class="btn" mat-raised-button matStepperPrevious>Назад</button>
<a [routerLink]="'/personal-cabinet/workshops'"><button mat-raised-button
<a [routerLink]="'/personal-cabinet/provider/info'"><button mat-raised-button
class="btn btn-cancel">Скасувати</button></a>
<button [disabled]="(isLoading$ | async)" class="btn" mat-button type="submit"
(click)="onSubmit()">Завершити</button>
Expand Down

0 comments on commit 04ff1eb

Please sign in to comment.