diff --git a/ipi-survey-platform/public/assets/images/HS-Code UAE (002).pdf b/ipi-survey-platform/public/assets/images/HS-Code UAE (002).pdf new file mode 100644 index 0000000..9719146 Binary files /dev/null and b/ipi-survey-platform/public/assets/images/HS-Code UAE (002).pdf differ diff --git a/ipi-survey-platform/src/components/survey/ProductData/ProductData.jsx b/ipi-survey-platform/src/components/survey/ProductData/ProductData.jsx index 790c8cb..d308512 100644 --- a/ipi-survey-platform/src/components/survey/ProductData/ProductData.jsx +++ b/ipi-survey-platform/src/components/survey/ProductData/ProductData.jsx @@ -18,6 +18,7 @@ const trashActiveSrc = '/assets/images/Trash - active.svg'; const searchIcon = '/assets/images/material-symbols_search-rounded.svg'; const uae_currency = '/assets/images/UAE_Dirham_Symbol.svg'; + const Input = ({ placeholder = '', type = 'text', value = '', onChange = () => {}, required = false, error = false }) => { const [isFocused, setIsFocused] = React.useState(false); @@ -1219,7 +1220,17 @@ const location = useLocation();