Added changes

This commit is contained in:
Malini 2026-01-06 17:55:57 +05:30
parent a52776fef1
commit 1946e6a817
3 changed files with 6 additions and 6 deletions

View File

@ -387,11 +387,11 @@ const EstablishmentInfo = ({
<div className="flex items-center gap-6 mt-2 text-sm text-[#6C4527]">
<div className="flex items-center gap-2">
<img src={mailIconSrc} alt="email" className="w-4 h-4" />
<span><b>Support Email:</b> support@ipi.gov.example</span>
<span><b>Support Email:</b> iip.survey@fcsc.gov.ae</span>
</div>
<div className="flex items-center gap-2">
<img src={phoneIconSrc} alt="phone" className="w-4 h-4" />
<span><b>Contact:</b> +971-2-000-0000</span>
<span><b>Contact:</b> +971506491429</span>
</div>
</div>
</div>

View File

@ -675,7 +675,7 @@ const CompanyProfile = () => {
1: [
{ field: 'permanentFactoryCode', label: 'Permanent Factory Code' },
{ field: 'uniqueLicenseNumber', label: 'Unique License Number' },
{ field: 'industryCodeBusiness', label: 'Industry Code (Business Register)' },
// { field: 'industryCodeBusiness', label: 'Industry Code (Business Register)' },
{ field: 'industryCodeProduction', label: 'Industry Code (Current Production)' },
],
2: [
@ -1017,7 +1017,7 @@ const CompanyProfile = () => {
onChange={handleFormChange('industryCodeBusiness')}
placeholder="Enter Code"
width="100%"
required
// required
error={fieldErrors.industryCodeBusiness}
readOnly={modalMode === 'view'}
/>

View File

@ -124,7 +124,7 @@ const EditCompanyProfile = () => {
1: [
// { field: 'permanentFactoryCode', label: 'Permanent Factory Code' },
{ field: 'uniqueLicenseNumber', label: 'Unique License Number' },
{ field: 'industryCodeBusiness', label: 'Industry Code (Business Register)' },
// { field: 'industryCodeBusiness', label: 'Industry Code (Business Register)' },
{ field: 'industryCodeCurrent', label: 'Industry Code (Current Production)' },
],
2: [
@ -705,7 +705,7 @@ const EditCompanyProfile = () => {
onChange={(e) => handleFormChange("industryCodeBusiness", e.target.value)}
placeholder="Enter Code"
width="100%"
required
// required
error={fieldErrors.industryCodeBusiness}
/>
<div className="whitespace-nowrap">