From 664e2eaac79c7601a0e2cfff0db89008c5c16d36 Mon Sep 17 00:00:00 2001
From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com>
Date: Wed, 24 Sep 2025 16:38:21 +0200
Subject: [PATCH] fix(environment-variable): update checkbox visibility and
helper text for build and runtime options
- Removed unnecessary condition for displaying the buildtime checkbox.
- Improved the layout and helper text for runtime and literal checkboxes to enhance user understanding.
---
.../project/shared/environment-variable/add.blade.php | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
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 2978e2b35..353fe02de 100644
--- a/resources/views/livewire/project/shared/environment-variable/add.blade.php
+++ b/resources/views/livewire/project/shared/environment-variable/add.blade.php
@@ -4,15 +4,14 @@
- @if (!$shared || $isNixpacks)
+ @if (!$shared)
-