Skip to content

Commit 8b43ebb

Browse files
authored
Merge pull request #28 from fix: api call duplication
2 parents 94fac2f + 52ff4f7 commit 8b43ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/realtime-emergency-app/src/app/components/medical-specialization-selector/medical-specialization-selector.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<div class="actions">
2929
<mat-card-actions>
30-
<button mat-raised-button color="primary" (click)="onSelectSpecialization()"
30+
<button mat-raised-button color="primary" type="submit"
3131
[disabled]="!specializationControl.value">
3232
Confirm
3333
</button>

0 commit comments

Comments
 (0)