From 9321cc3de8c4e1013735f814a4b81c1ea4cdef38 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Wed, 26 Jul 2023 13:28:05 +0200 Subject: [PATCH] fix naming --- resources/views/livewire/project/new/select.blade.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/views/livewire/project/new/select.blade.php b/resources/views/livewire/project/new/select.blade.php index 7ee5806ee..e6b2511e5 100644 --- a/resources/views/livewire/project/new/select.blade.php +++ b/resources/views/livewire/project/new/select.blade.php @@ -4,7 +4,7 @@
@if ($current_step === 'type') @@ -43,7 +43,7 @@ @endif @if ($current_step === 'servers') @@ -64,7 +64,7 @@ @endif @if ($current_step === 'destinations') @@ -77,7 +77,7 @@ {{ $destination->name }}
- {{ $destination->description }}
+ {{ $destination->network }} @endforeach