From c813373d211609f3db915b0e4f68a51360c70d50 Mon Sep 17 00:00:00 2001
From: ayntk-ai <122374094+ayntk-ai@users.noreply.github.com>
Date: Sun, 18 Aug 2024 21:00:30 +0200
Subject: [PATCH] fix validation if null, empty or undefined
---
resources/views/livewire/dashboard.blade.php | 7 ++++++-
resources/views/livewire/project/index.blade.php | 8 ++++++--
2 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/resources/views/livewire/dashboard.blade.php b/resources/views/livewire/dashboard.blade.php
index c0c5c7a6d..e9cd27311 100644
--- a/resources/views/livewire/dashboard.blade.php
+++ b/resources/views/livewire/dashboard.blade.php
@@ -159,9 +159,14 @@
@endif
+
{{-- Get IPTABLES --}}
diff --git a/resources/views/livewire/project/index.blade.php b/resources/views/livewire/project/index.blade.php
index 88b2e12e9..a15f6e18f 100644
--- a/resources/views/livewire/project/index.blade.php
+++ b/resources/views/livewire/project/index.blade.php
@@ -32,8 +32,12 @@