Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
itstrueitstrueitsrealitsreal committed Jul 29, 2024
1 parent dd7d56d commit b4e037e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<ngb-alert type="danger" [dismissible]="false" *ngIf="serverErrorMessage" class="error-box">
<strong>Error submitting request:</strong> {{serverErrorMessage}}
</ngb-alert>
<button type="submit" class="btn btn-primary me-3" id="submit-button" [disabled]="!canSubmit" >
<button type="submit" class="btn btn-primary me-3" id="submit-button" [disabled]="!canSubmit">
{{isLoading ? "Submitting..." : "Submit"}}
</button>
<a tmRouterLink="/web/front/home" class="btn btn-danger" id="cancel-button">
Expand Down

0 comments on commit b4e037e

Please sign in to comment.