icon added in product data
This commit is contained in:
parent
ca887ceb80
commit
23e61810ba
@ -5,7 +5,7 @@ import {
|
|||||||
fetchProducts,
|
fetchProducts,
|
||||||
fetchUnits,
|
fetchUnits,
|
||||||
} from '../../../services/masters/masterService.js';
|
} 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 = () => {} }) => (
|
const Input = ({ placeholder = '', type = 'text', value = '', onChange = () => {} }) => (
|
||||||
<input
|
<input
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user