From cbb6ee96ddb14edd1a6b87eb0745a789c70bfed7 Mon Sep 17 00:00:00 2001 From: starthomas610 Date: Tue, 30 Jul 2024 03:07:24 -0400 Subject: [PATCH] fixed error --- public/userarea/importify/importifydashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/userarea/importify/importifydashboard.php b/public/userarea/importify/importifydashboard.php index e7d0d2e..d525ac3 100644 --- a/public/userarea/importify/importifydashboard.php +++ b/public/userarea/importify/importifydashboard.php @@ -387,7 +387,7 @@ $('.swal2-popup .ipt_type').trigger("change"); }, }).then((result) => { - let type = $('.swal2-popup .change').val(); + let type = $('.swal2-popup .ipt_type').val(); let str_name = $('.swal2-popup .ipt_name').val(); let str_kind = $('.swal2-popup .ipt_kind').val();