Merge pull request #1979 from w3cj/fix-livewire-snapshot-missing
fix #1975: add wire:key to edit-domain
This commit is contained in:
commit
2295ddddee
@ -88,7 +88,7 @@
|
|||||||
</span>
|
</span>
|
||||||
</x-slot:content>
|
</x-slot:content>
|
||||||
<livewire:project.service.edit-domain
|
<livewire:project.service.edit-domain
|
||||||
applicationId="{{ $application->id }}" />
|
applicationId="{{ $application->id }}" wire:key="edit-domain-{{ $application->id }}" />
|
||||||
</x-modal-input>
|
</x-modal-input>
|
||||||
</span>
|
</span>
|
||||||
@endif
|
@endif
|
||||||
|
Loading…
Reference in New Issue
Block a user