mirror of
https://github.com/BarkProductions/barkman.git
synced 2026-08-11 11:42:03 +00:00
Added edit customer detail page
This commit is contained in:
@@ -36,7 +36,7 @@ function CustomerDetail() {
|
||||
<Text>Address: ${data.address}</Text>
|
||||
<Text>Notes: {data.notes}</Text>
|
||||
|
||||
<Link to={`/inventory/editItem/${data.id}`}>Edit</Link>
|
||||
<Link to={`/customers/editCustomer/${data.id}`}>Edit</Link>
|
||||
</Container>
|
||||
</>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user