Skip to content

Commit

Permalink
Merge pull request #362 from ELEVATE-Project/release-2.5.0
Browse files Browse the repository at this point in the history
Release 2.5.0
  • Loading branch information
kiranharidas187 authored Jan 24, 2024
2 parents 77c70f4 + 6920f87 commit 37d0353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/feedback/feedback.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
</ion-content>
<ion-footer class="ion-no-border" *ngIf="form1">
<section [ngClass]="{'btn-disabled': !form1.myForm.valid , 'btn-valid':form1.myForm.valid}">
<ion-button expand="full" (click)="submit()">{{'SUBMIT_FEEDBACK' | translate}}</ion-button>
<ion-button [disabled]="form1 && !form1.myForm.valid" expand="full" (click)="submit()">{{'SUBMIT_FEEDBACK' | translate}}</ion-button>
</section>
</ion-footer>

0 comments on commit 37d0353

Please sign in to comment.