diff --git a/resources/views/livewire/project/shared/environment-variable/show.blade.php b/resources/views/livewire/project/shared/environment-variable/show.blade.php index 0b5e767c0..1cb2f222c 100644 --- a/resources/views/livewire/project/shared/environment-variable/show.blade.php +++ b/resources/views/livewire/project/shared/environment-variable/show.blade.php @@ -55,7 +55,7 @@ class="font-bold dark:text-warning text-coollabs">{{ $env->key }}. @if ($env->is_shared) @else @if ($isSharedVariable) @@ -65,7 +65,7 @@ class="font-bold dark:text-warning text-coollabs">{{ $env->key }}. @if (!data_get($env, 'is_multiline')) @endif @endif