feat: add image upload functionality and stock update feature in sparepart components
This commit is contained in:
@@ -267,6 +267,7 @@ const ListSparepart = memo(function ListSparepart(props) {
|
||||
columns={columns(showPreviewModal, showEditModal, showDeleteDialog)}
|
||||
triger={trigerFilter}
|
||||
cardComponent={SparepartCardList} // Pass the custom component here
|
||||
onStockUpdate={doFilter}
|
||||
/>
|
||||
</Col>
|
||||
</Row>
|
||||
|
||||
Reference in New Issue
Block a user