dev #15

Merged
JoeKung merged 10 commits from dev into main 2026-03-04 11:02:43 +01:00
Showing only changes of commit 0f2f2bc7a9 - Show all commits

View File

@@ -4,13 +4,6 @@
@if (error()) {
<app-alert type="error">{{ errorKey() | translate }}</app-alert>
@if (isZeroQuoteError()) {
<div class="error-action">
<app-button variant="outline" (click)="onConsult()">
{{ "QUOTE.CONSULT" | translate }}
</app-button>
</div>
}
}
</div>