Merge pull request #1979 from w3cj/fix-livewire-snapshot-missing

fix #1975: add wire:key to edit-domain
This commit is contained in:
Andras Bacsai 2024-04-12 23:13:31 +02:00 committed by GitHub
commit 2295ddddee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,7 +88,7 @@
</span>
</x-slot:content>
<livewire:project.service.edit-domain
applicationId="{{ $application->id }}" />
applicationId="{{ $application->id }}" wire:key="edit-domain-{{ $application->id }}" />
</x-modal-input>
</span>
@endif