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