Skip to content

Commit

Permalink
feat(import): hide map in import summary if null valid bbox
Browse files Browse the repository at this point in the history
Hide the section "Zonge géographique" in the import summary if the valid bbox is null.

Signed-off-by: VincentCauchois <[email protected]>
  • Loading branch information
VincentCauchois authored and edelclaux committed Feb 16, 2024
1 parent 7579b41 commit 336177c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h4 class="card-header">
</div>


<div class="card card-margin" *ngIf="!importDone">
<div class="card card-margin" *ngIf="!importDone && this.previewData.valid_bbox">
<h4 class="card-header">
<mat-icon>room</mat-icon>
Zone géographique
Expand Down

0 comments on commit 336177c

Please sign in to comment.