From c7aef3384524e269f200ff62dc7d09c435cc2d0c Mon Sep 17 00:00:00 2001 From: ro Date: Tue, 4 Jun 2024 14:23:41 -0600 Subject: [PATCH] fix for #114 - incorrect variable reference the settings page was failing to load because it was referencing a parameter in the mail config data array that did not exist. that's been fixed so the page loads properly --- resources/views/forms/mailforms.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/forms/mailforms.blade.php b/resources/views/forms/mailforms.blade.php index 9f798ab..310a387 100644 --- a/resources/views/forms/mailforms.blade.php +++ b/resources/views/forms/mailforms.blade.php @@ -6,7 +6,7 @@
- +
@elseif($mailOption == 'option-mg')
@@ -16,7 +16,7 @@
- +
@else
@@ -26,6 +26,6 @@
- +
@endif