Skip to content

Commit

Permalink
mylife: smoother myhealth form buttons (fixes #6344) (#7786)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
Gavinp14 and dogi authored Nov 18, 2024
1 parent 1f00296 commit 6fdc048
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "planet",
"license": "AGPL-3.0",
"version": "0.15.48",
"version": "0.15.49",
"myplanet": {
"latest": "v0.20.97",
"min": "v0.19.97"
Expand Down
2 changes: 1 addition & 1 deletion src/app/health/health-event.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ <h4 class="full-width primary-text-color" i18n>Condition and Treatment</h4>
</form>
</div>
<div class="action-buttons">
<button mat-raised-button type="button" color="primary" [disabled]="isEmptyForm()" (click)="onSubmit()" i18n>Submit</button>
<button mat-raised-button type="button" (click)="goBack()" i18n>Cancel</button>
<button mat-raised-button type="button" color="primary" [disabled]="isEmptyForm()" (click)="onSubmit()" i18n>Submit</button>
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion src/app/health/health-update.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
</form>
</div>
<div class="action-buttons">
<button mat-raised-button type="button" color="primary" (click)="onSubmit()" i18n>Submit</button>
<button mat-raised-button type="button" (click)="goBack()" i18n>Cancel</button>
<button mat-raised-button type="button" color="primary" (click)="onSubmit()" i18n>Submit</button>
</div>
</div>
</div>

0 comments on commit 6fdc048

Please sign in to comment.