1
0

fix test dependencies

This commit is contained in:
FrancescoMolinaro
2024-01-05 15:56:58 +01:00
parent e9159ce4e8
commit af3bfee74e
9 changed files with 55 additions and 17 deletions

View File

@@ -26,8 +26,8 @@
</ds-tabulatable-objects-loader>
</div>
</div>
<ds-error *ngIf="objects.hasFailed" message="{{'error.objects' | translate}}"></ds-error>
<ds-themed-loading *ngIf="objects.isLoading" message="{{'loading.objects' | translate}}"></ds-themed-loading>
<ds-error *ngIf="objects?.hasFailed" message="{{'error.objects' | translate}}"></ds-error>
<ds-themed-loading *ngIf="objects?.isLoading" message="{{'loading.objects' | translate}}"></ds-themed-loading>
</ds-pagination>