|
|
@@ -17,7 +17,11 @@ import { lazy } from 'react'; |
|
|
|
const LoadingComponent = Loadable(lazy(() => import('../../extra-pages/LoadingComponent'))); |
|
|
|
const PublicNoticeApplyForm = Loadable(lazy(() => import('./PublicNoticeApplyForm'))); |
|
|
|
|
|
|
|
|
|
|
|
import { |
|
|
|
// isORGLoggedIn, |
|
|
|
isDummyLoggedIn, |
|
|
|
// isCreditorLoggedIn |
|
|
|
} from "utils/Utils"; |
|
|
|
// ==============================|| DASHBOARD - DEFAULT ||============================== // |
|
|
|
|
|
|
|
const ApplyForm = () => { |
|
|
@@ -45,6 +49,9 @@ const ApplyForm = () => { |
|
|
|
response["faxNumber"] = response?.contactFaxNo?.faxNumber; |
|
|
|
response["issueId"] = response?.gazetteIssueList[0].id; |
|
|
|
response["remarks"] = ""; |
|
|
|
if (isDummyLoggedIn()){ |
|
|
|
response["contactPerson"] = ""; |
|
|
|
} |
|
|
|
|
|
|
|
var selection = []; |
|
|
|
for (var i = 0; i < response?.gazetteIssueList?.length; i++) { |
|
|
|