Skip to content

Commit

Permalink
specified button type to 'button' explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcaprice committed Aug 14, 2024
1 parent 283db5d commit 36aa613
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h4 class="modal-title" i18n="@@gatewayApp.assertionServiceAssertion.import.titl
<button data-cy="confirmCsvUpload" type="submit" class="btn btn-primary" *ngIf="!uploaded">
<fa-icon [icon]="faPlus"></fa-icon>&nbsp;<span i18n="@@entity.action.upload.string">Upload</span>
</button>
<button id="close-dialog" class="btn btn-primary" (click)="close()" *ngIf="uploaded">
<button id="close-dialog" type="button" class="btn btn-primary" (click)="close()" *ngIf="uploaded">
<fa-icon [icon]="faBan"></fa-icon>&nbsp;<span i18n="@@entity.action.close.string">Close</span>
</button>
</div>
Expand Down

0 comments on commit 36aa613

Please sign in to comment.