fix(terminal): add unique wire:key to terminal component for improved reactivity and state management
This commit is contained in:
parent
8e70b2907f
commit
6aa82817df
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@
|
|||
@endif
|
||||
|
||||
<div class="mx-auto w-full">
|
||||
<livewire:project.shared.terminal />
|
||||
<livewire:project.shared.terminal wire:key="terminal-{{ $this->getId() }}-server" />
|
||||
</div>
|
||||
@else
|
||||
<div>Terminal access is disabled on this server.</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue