icon added in product data

This commit is contained in:
Malini 2025-10-29 12:33:57 +05:30
parent ca887ceb80
commit 23e61810ba

View File

@ -5,7 +5,7 @@ import {
fetchProducts,
fetchUnits,
} from '../../../services/masters/masterService.js';
import CaretDown from '../../../assets/images/caretdown.svg';
import CaretDown from '../../../assets/images/CaretDown-black.svg';
const Input = ({ placeholder = '', type = 'text', value = '', onChange = () => {} }) => (
<input