editCommercialProps, confirmationService, MessageService, Drag & Drop
This commit is contained in:
@@ -105,7 +105,7 @@
|
||||
<fa-icon [icon]="faTimes" size="2x"></fa-icon>
|
||||
</button>
|
||||
<div class="lg:hidden">
|
||||
@if (listing && listing.imageOrder.length > 0) {
|
||||
@if (listing && listing.imageOrder && listing.imageOrder.length > 0) {
|
||||
<div id="gallery" class="relative w-full" data-carousel="slide">
|
||||
<div class="relative h-56 overflow-hidden rounded-lg md:h-96">
|
||||
@for (image of listing.imageOrder; track $index) {
|
||||
@@ -146,7 +146,7 @@
|
||||
|
||||
<div class="w-full lg:w-1/2 mt-6 lg:mt-0">
|
||||
<div class="hidden lg:block">
|
||||
@if (listing && listing.imageOrder.length > 0) {
|
||||
@if (listing && listing.imageOrder && listing.imageOrder.length > 0) {
|
||||
<div id="gallery" class="relative w-full" data-carousel="slide">
|
||||
<div class="relative h-56 overflow-hidden rounded-lg md:h-96">
|
||||
@for (image of listing.imageOrder; track $index) {
|
||||
|
||||
Reference in New Issue
Block a user