From a44a6926679ea605182f3a45a51b3e5e94ea7824 Mon Sep 17 00:00:00 2001 From: "venkatesh.r" Date: Fri, 13 Feb 2026 14:47:20 +0530 Subject: [PATCH] FIX_ISSUE --- app/Views/notification.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/Views/notification.php b/app/Views/notification.php index 16dec5d..9abf5ff 100755 --- a/app/Views/notification.php +++ b/app/Views/notification.php @@ -1188,7 +1188,7 @@
-
+
@@ -1227,7 +1227,7 @@
-
+
@@ -1251,7 +1251,7 @@
-
+
@@ -1295,7 +1295,7 @@ // Check if a file is selected if (!fileInput.files.length) { - toastr.warning("Please select a file to upload."); + toastr.warning("Please select a file to upload.", "Validation Error"); return; }