diff --git a/ipi-survey-platform/package-lock.json b/ipi-survey-platform/package-lock.json index 7f6674b..84c0e49 100644 --- a/ipi-survey-platform/package-lock.json +++ b/ipi-survey-platform/package-lock.json @@ -13,6 +13,7 @@ "react": "^19.1.1", "react-dom": "^19.1.1", "react-google-recaptcha": "^3.1.0", + "react-icons": "^5.5.0", "react-router-dom": "^7.9.4", "react-toastify": "^11.0.5" }, @@ -3568,6 +3569,15 @@ "react": ">=16.4.1" } }, + "node_modules/react-icons": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.5.0.tgz", + "integrity": "sha512-MEFcXdkP3dLo8uumGI5xN3lDFNsRtrjbOEKDLD7yv76v4wpnEq2Lt2qeHaQOr34I/wPN3s3+N08WkQ+CW37Xiw==", + "license": "MIT", + "peerDependencies": { + "react": "*" + } + }, "node_modules/react-is": { "version": "16.13.1", "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", diff --git a/ipi-survey-platform/package.json b/ipi-survey-platform/package.json index a310338..62e3856 100644 --- a/ipi-survey-platform/package.json +++ b/ipi-survey-platform/package.json @@ -15,6 +15,7 @@ "react": "^19.1.1", "react-dom": "^19.1.1", "react-google-recaptcha": "^3.1.0", + "react-icons": "^5.5.0", "react-router-dom": "^7.9.4", "react-toastify": "^11.0.5" }, diff --git a/ipi-survey-platform/src/components/survey/ProductData/ProductData.jsx b/ipi-survey-platform/src/components/survey/ProductData/ProductData.jsx index 445af95..9ba8da9 100644 --- a/ipi-survey-platform/src/components/survey/ProductData/ProductData.jsx +++ b/ipi-survey-platform/src/components/survey/ProductData/ProductData.jsx @@ -1389,7 +1389,7 @@ const location = useLocation(); }} loading={isLoadingUnits} error={!!formErrors[`unit_${idx}`]} - disabled={!!p.unitName} // Disable if unit is auto-filled from product + // disabled={!!p.unitName} // Disable if unit is auto-filled from product />
{productError}
)} @@ -865,15 +904,22 @@ const EditCompanyProfile = () => { const isNewlyAdded = newlyAddedProductIds.has(product.value); return (