fix(ui): show preview deployment environment variables
This commit is contained in:
parent
2844c6ce36
commit
43a4d9b467
1 changed files with 2 additions and 2 deletions
|
|
@ -55,10 +55,10 @@
|
|||
<h3>Preview Deployments Environment Variables</h3>
|
||||
<div>Environment (secrets) variables for Preview Deployments.</div>
|
||||
</div>
|
||||
{{-- @foreach ($resource->environment_variables_preview as $env)
|
||||
@foreach ($resource->environment_variables_preview as $env)
|
||||
<livewire:project.shared.environment-variable.show wire:key="environment-{{ $env->id }}"
|
||||
:env="$env" :type="$resource->type()" />
|
||||
@endforeach --}}
|
||||
@endforeach
|
||||
@endif
|
||||
@else
|
||||
<form wire:submit.prevent='submit' class="flex flex-col gap-2">
|
||||
|
|
|
|||
Loading…
Reference in a new issue