From 2cbe530b7edcadaaf77dfdf9096deed38cb64234 Mon Sep 17 00:00:00 2001 From: Josh Miller <31908788+truemiller@users.noreply.github.com> Date: Fri, 12 Jul 2024 18:59:06 +0100 Subject: [PATCH 1/2] fix: typo in is_literal helper --- .../livewire/project/shared/environment-variable/add.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/livewire/project/shared/environment-variable/add.blade.php b/resources/views/livewire/project/shared/environment-variable/add.blade.php index cd4c09195..7c9fa711b 100644 --- a/resources/views/livewire/project/shared/environment-variable/add.blade.php +++ b/resources/views/livewire/project/shared/environment-variable/add.blade.php @@ -9,7 +9,7 @@ @if (!$shared) @endif From aaeec3d34003e89c6f9b8a06da6888d6a1eda5d7 Mon Sep 17 00:00:00 2001 From: Josh Miller <31908788+truemiller@users.noreply.github.com> Date: Fri, 12 Jul 2024 19:00:20 +0100 Subject: [PATCH 2/2] fix: env is_literal helper text typo --- .../project/shared/environment-variable/show.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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