fix(back-end): 3mf preview
All checks were successful
Build and Deploy / test-backend (push) Successful in 24s
Build and Deploy / test-frontend (push) Successful in 1m2s
Build and Deploy / build-and-push (push) Successful in 23s
Build and Deploy / deploy (push) Successful in 8s
PR Checks / prettier-autofix (pull_request) Successful in 10s
PR Checks / security-sast (pull_request) Successful in 29s
PR Checks / test-backend (pull_request) Successful in 24s
PR Checks / test-frontend (pull_request) Successful in 1m0s

This commit is contained in:
2026-03-04 10:26:40 +01:00
parent 685cd704e7
commit 0f2f2bc7a9

View File

@@ -4,13 +4,6 @@
@if (error()) { @if (error()) {
<app-alert type="error">{{ errorKey() | translate }}</app-alert> <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> </div>