add missing wire:key
This commit is contained in:
parent
26da4eadb0
commit
80e915c015
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
<div class="flex flex-col gap-2">
|
<div class="flex flex-col gap-2">
|
||||||
<h3>Persistent Storages</h3>
|
<h3>Persistent Storages</h3>
|
||||||
@forelse ($application->persistentStorages as $storage)
|
@forelse ($application->persistentStorages as $storage)
|
||||||
<livewire:project.application.storages.show :storage="$storage" />
|
<livewire:project.application.storages.show wire:key="storage-{{ $storage->id }}" :storage="$storage" />
|
||||||
@empty
|
@empty
|
||||||
<p>There are no persistent storage attached for this application.</p>
|
<p>There are no persistent storage attached for this application.</p>
|
||||||
@endforelse
|
@endforelse
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue