Fix port link device missing (#16151)

This commit is contained in:
Tony Murray
2024-06-20 08:56:57 -05:00
committed by GitHub
parent 33c38a5600
commit bd55c3a709

View File

@@ -1,7 +1,7 @@
<x-popup>
@include('components.port-link_basic')
<x-slot name="title">
<div class="tw-text-xl tw-font-bold">{{ $port->device->displayName() }} - {{ $label }}</div>
<div class="tw-text-xl tw-font-bold">{{ $port->device?->displayName() }} - {{ $label }}</div>
<div>{{ $description }}</div>
</x-slot>
<x-slot name="body">