From efffe113a8d10609bbc14f6b2711a3e9088370ae Mon Sep 17 00:00:00 2001 From: Ritikesh yadav Date: Fri, 21 Jun 2024 16:28:11 +0530 Subject: [PATCH] fixing aif seller form category issue --- .../profile/market-list/alternative-investment-fund.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/Frontend/Pages/profile/market-list/alternative-investment-fund.blade.php b/resources/views/Frontend/Pages/profile/market-list/alternative-investment-fund.blade.php index a7b102d..f5c34df 100644 --- a/resources/views/Frontend/Pages/profile/market-list/alternative-investment-fund.blade.php +++ b/resources/views/Frontend/Pages/profile/market-list/alternative-investment-fund.blade.php @@ -213,7 +213,7 @@ if (value == 'Category III') { $('#type_of_fund').html(''); $('#type_of_fund').html( - "" + "" ); } })